-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Description
There seems to be an issue with the order of tags when using multi-select.
If I choose c
, b
, a
(in that order) from menuOptions which are by default in this order (a
, b
, c
& d
), if the data is preserved and the component is re-loaded, the tags are in the order of the menuOptions (a
, b
, c
) and NOT (c
, b
, a
).
The issue arises in this function:
(It's the final reduce function).
react-functional-select/src/utils.ts
Line 234 in f213fb7
export function validateSetValueParam( |
I am not confident in changing this function as I'm not sure about the repercussions that I'm unaware of.
Metadata
Metadata
Assignees
Labels
No labels