If your Choice has more than 10 options, you will now get a search entry:
love you going through and clearing out all those old requests for the feature!
I was so hoping this was coming this week. I was actually in the middle of imputing content from my app, with a form open, when it suddenly refreshed. I was like, “Errrrr”… then I was like, “Choice Search maybe?.. YES!!!”
Very helpful thanks for delivering this feature
This one is going to make a lot of users happy!
I feel I have a newborn baby reading it!!
Finally, my wish came true. Thanks Glide team.
Saludos a todos!
thank you!!! now, multiple choice… pleeeeease?..
Awesome feature add! Tks guys
Multiple choice please guys
Hi guys, it would be useful to have a preference like this:
Auto-focus on search bar and popup keyboard
It would make the research more smooth expecially for very long lists:
- on iOS, when the user clicks on the choice element, the cursor would automatically focus on search bar and the keyboard automatically pops-up
- on Android, when the user clicks on the choice element and then on the magnifier , the cursor would automatically focus on search bar and the keyboard automatically pops-up
Thank you
When will this same functionality be available with Glide Pages?
Search in choice component - Has this option been removed?
It should be there is you have enough items in your choice list. How many choices do you have?
over 1,000
Follow up questions.
Is this in an Apps project or a Pages project?
Are you using the default choices design style? Similar to that in the first post of this thread?
Can you share some screenshots of your choice component configuration, and what the choice component looks like without the search bar?
This is an App.
https://vimeo.com/741998237/1af2688b32
Thank you for the help! Hopefully this explains my situation a little better.
I think I see what’s wrong. It looks like you are trying to write the selected value to a relation. That’s not possible. I think the real bug is that you were able to choose the relation as the destination for the choice. You can only write values to basic columns in the table that is the source of your form.
Make sure that the Write To setting is pointing to the correct column in your form table. Then you should be able to select the source table for the choices. I believe the search will then work as expected.
Like @Jeff_Hager said, search doesn’t work yet when writing to a relation column, but it will soon.