Zaydme / strapi-plugin-multi-select

A strapi custom field for a multi select input.
https://www.npmjs.com/package/strapi-plugin-multi-select
MIT License
40 stars 21 forks source link

Keep option order when displaying saved value #31

Closed lemps closed 1 month ago

lemps commented 5 months ago

The data is saved to the database in the originally selected order.

When it's displayed again in the CMS the order is shown in a wrong way.

This PR fixes that.

Also requested here #21