-
I have dropdown with options and searchable and multiple row level parameter set as true allowing multiple select. I need a way to remove typed text by user once the option is selected. How do you achieve that with in built component. For example, if I type Ba in the dropdown it displays Banana as option but upon selecting Banana, it needs to remove typed text ba. select
'form' as component,
'examples/show_variables.sql' as action,
'Reset' as reset;
select
'Fruits' as label,
'fruits[]' as name,
'select' as type,
TRUE as multiple,
TRUE as create_new,
'Good fruits...' as placeholder,
TRUE as searchable,
'press ctrl to select multiple values' as description,
'[{"label": "Orange", "value": 0, "selected": true}, {"label": "Apple", "value": 1}, {"label": "Banana", "value": 3, "selected": true}]' as options; |
Beta Was this translation helpful? Give feedback.
Answered by
lovasoa
Jan 7, 2025
Replies: 1 comment 1 reply
-
Oh, I'm realizing just now that I failed to follow-up here after I fixed the issue. The problem is no longer present in the latest SQLPage releases :) Sorry for the late reply. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lovasoa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh, I'm realizing just now that I failed to follow-up here after I fixed the issue.
The problem is no longer present in the latest SQLPage releases :)
Sorry for the late reply.