selectizeInput() equivalent in shiny.fluent with search functionality? #111
Answered
by
jakubsob
shahreyar-abeer
asked this question in
Q&A
-
|
Is there an equivalent function in shiny.fluent to implement a select input with search functionality like that of |
Beta Was this translation helpful? Give feedback.
Answered by
jakubsob
Jan 21, 2022
Replies: 1 comment 1 reply
-
|
Hi @shahreyar-abeer, please have take a look at |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
shahreyar-abeer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @shahreyar-abeer,
please have take a look at
ComboBoxcomponent. It allows you to search an option by typing and matches an option to typed text.