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
This was found by one of the QA testers on one of our projects.
When selecting multiple values in a SQFormMultiSelect drop down, the tooltip that displays when you hover will list your selections in the order they were clicked in, while the field itself will list selected options in order as they appear in the list.
In the above screenshot (taken in the storybook), I selected "Joe, Jessica, Jane, Jack" in that order, and that reflects in the tooltip but not the field itself.
The text was updated successfully, but these errors were encountered:
### [4.1.2](v4.1.1...v4.1.2) (2021-03-12)
### Bug Fixes
* 🐛 make multiselect renderValue and tooltip order match ([33db1dd](33db1dd)), closes [#113](#113)
This was found by one of the QA testers on one of our projects.
When selecting multiple values in a SQFormMultiSelect drop down, the tooltip that displays when you hover will list your selections in the order they were clicked in, while the field itself will list selected options in order as they appear in the list.
In the above screenshot (taken in the storybook), I selected "Joe, Jessica, Jane, Jack" in that order, and that reflects in the tooltip but not the field itself.
The text was updated successfully, but these errors were encountered: