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

Skip logic not working for Spinners #114

Open
ellykits opened this issue Jul 14, 2021 · 0 comments
Open

Skip logic not working for Spinners #114

ellykits opened this issue Jul 14, 2021 · 0 comments
Labels
🐛 bug Something isn't working

Comments

@ellykits
Copy link
Owner

Describe the bug
Skip logic is not working for Spinners after MLS implementation

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'Sample form UI'
  2. Select any option from any spinner that is used in the rules file
  3. See error - skip logic not working

Expected behavior
Skip logic should work for spinners

Additional context
The new Multi Language Support allows the forms to be rendered in different languages depending on the device language. The spinner widget saves the options texts instead of the key. To fix this we need to update what data is saved for spinners i.e use the keys instead of the values. The keys are used in the new MLS support to pick the correct translated string from the Java Properties file.

@ellykits ellykits added the 🐛 bug Something isn't working label Jul 14, 2021
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