Options Picker Not Working #1409
-
Hi! Thank you for this phenomenal platform! I am having issues with the "Options Picker" data type under "Forms". Specifically, I'm having trouble creating the dropdown. In the "placeholder" field, what do I enter to create a dropdown? For instance, if I want a dropdown list to look like the following, A what should the delimiter be? I've tried using commas, new lines, handlebar programming, etc, to no success. Any assistance would be greatly appreciated. Thank you so much! This is such a fantastic platform, I can't say it enough. Warmly, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Beta Was this translation helpful? Give feedback.
Thanks!
You must bind your options picker to an "Options" column type. So:
Create a new column, of type options. In here you can choose the available options:
Then, in your options picker, you must set the "Field" property to your new column:
Hope this helps!
Mike