You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When dropdown checkbox options are selected, 1) the option labels show up in the input, 2) their ordering is from old to new.
Current Behavior
When dropdown checkbox options are selected, 1) the option values show up in the input, 2) their ordering shown is from new to old. https://share.zight.com/QwuBobXR
Steps to Reproduce
Suggested Solution
Find corresponding option.key for the selected values and display them in the input. Flip the order of arguments for addToArray in checkbox-group's handleChange.
The text was updated successfully, but these errors were encountered:
Environment
@launchpad/lp-components
version: 9.2.2react
version: 18.2.0node
version: 18.12Expected Behavior
When dropdown checkbox options are selected, 1) the option labels show up in the input, 2) their ordering is from old to new.
Current Behavior
When dropdown checkbox options are selected, 1) the option values show up in the input, 2) their ordering shown is from new to old.
https://share.zight.com/QwuBobXR
Steps to Reproduce
Suggested Solution
Find corresponding
option.key
for the selected values and display them in the input. Flip the order of arguments foraddToArray
in checkbox-group'shandleChange
.The text was updated successfully, but these errors were encountered: