Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing underscores in dynamic checkboxes #19

Open
timothyd09 opened this issue Feb 6, 2020 · 0 comments
Open

Missing underscores in dynamic checkboxes #19

timothyd09 opened this issue Feb 6, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@timothyd09
Copy link

timothyd09 commented Feb 6, 2020

Describe the bug
When using dynamic checkboxes, the text for each checkbox is being populated from the TS variable. When these values contain an underscore character, the first one is always missing in the frontend display. Subsequent underscores do display correctly.

To Reproduce
Steps to reproduce the behavior:

  1. Create a TS variable with delimited values that contain 1 or more underscore characters
  2. Create a dynamic checkbox group in the frontend json file that uses the above variable

Expected behavior
All text values should be visible in the frontend

Screenshots
In this case, each checkbox entry should have an underscore after the word "Devices"
Example: Dentistry-Devices_Ortho
Note: If there is a second underscore, that one appears
image

Additional Info
When checking the TS variables created for these dynamic checkboxes, they are set correctly with the underscores.

@timothyd09 timothyd09 added the bug Something isn't working label Feb 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant