Closed ajax-fam-d closed 1 month ago
From options list ['a', 'b', 'c'] choose b, then a, selected values list would be ['b', 'a']
['a', 'b', 'c']
['b', 'a']
On reload, selected values lose their order, as they're filtered by possibleOptions in sanitizedValue and become ['a', 'b']
Would appreciate for this feature, thanks!
fixed in https://github.com/Zaydme/strapi-plugin-multi-select/commit/47f334ddf8526ae2c5991d3faab2bbe91be6bf45 available in @2.0.1
From options list
['a', 'b', 'c']
choose b, then a, selected values list would be['b', 'a']
On reload, selected values lose their order, as they're filtered by possibleOptions in sanitizedValue and become ['a', 'b']
Would appreciate for this feature, thanks!