auto select multiselt dropdwn

0
Hi mendix community,   I am using a auto complete multii select drop down widget for my drop down changes. Now my requirement is  i ve to restrict the user from typing the characters  in the drop down textbox.how can it be acheived?   I need only the on change functionality here   Thanks..
asked
1 answers
4

Hi Preethi,

Typing is required if you need autocomplete.

You can use the bootstrap multiselect widget if you need auto-complete and onchange event.

Or you can simply use input reference set selector if you need only on change and to restrict the user from typing characters in dropdown

answered