Replies: 2 comments 1 reply
-
Hello and welcome to SQLPage! Can you share the snippet that you tried and that didn't work? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Everything seems to work for me
select 'form' as component;
select 'select' as type,
'x' as name,
true as dropdown,
true as create_new;
select 'alert' as component,
:x as description; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I need to create a dropdown that can allow user to create their own option if the option is not available in the dropdown within a form. Is that possible? I noticed row-parameter create_new and I tried in my code but doesn't seem to do anything. I did multiselect too to check.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions