-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
🐛 bugSomething isn't workingSomething isn't working
Description
Describe the bug
Skip logic is not working for Spinners after MLS implementation
To Reproduce
Steps to reproduce the behavior:
- Go to 'Sample form UI'
- Select any option from any spinner that is used in the rules file
- 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.
Metadata
Metadata
Assignees
Labels
🐛 bugSomething isn't workingSomething isn't working