I’m having an issue with multiselect fields in a form.
When you use the keyboard to tab through fields, and you enter a multiselect field the dropdown doesn’t open automatically to be able to select options, forcing the user to use their mouse.
Hi, unfortunately I don’t think there is a simple solution for this, it probably would require some fixing on the WeWeb’s side of things, or some crazy workarounds from our (your) side. You can report this at support.weweb.io
I’ve basically had to make my own custom dropdown by using a text field, and a hideable repeating list that serves as the dropdown. It allows for tabbing and as the user types it filters the repeating group. Then when the user tabs out, I use an on blur action to select the first item.
my use case is just a single select but I suppose some sort of multi select action could be implemented.
I just wish the premade components had all of their elements visible for customization.