strapi-plugin-multi-select
strapi-plugin-multi-select copied to clipboard
Preserve selected order
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!