Multiselect options for data

Hi there,

I lounched my first proget using forest like UI for my database and faced with issue that is crutial for users. Users must have an possability to choose multiple options while adding data to DB, how can I set up an multiselect drpdown for some field in forestadmin?

Hi @Oleg_A :wave: welcome to our community.

First of all, if you have an ENUM type defined properly in your database it should work properly and automatically.

If not, you can easily define in the ui following this documentation and this one an edit dropdown widget on the wanted field.

Let me know if that help :pray:

Hello, @Arnaud_Moncel
My developers use mysql database, can you hint me what you mean about properly ENUM type?

I mean this kind of column type https://dev.mysql.com/doc/refman/8.0/en/enum.html.