Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Textinput.Typeahead cannot be cleared automatically #31

Open
Vanderser opened this issue Jul 2, 2018 · 1 comment
Open

Textinput.Typeahead cannot be cleared automatically #31

Vanderser opened this issue Jul 2, 2018 · 1 comment

Comments

@Vanderser
Copy link

as the title says..Textinput.typeahead requires manual input and manual delete.. I am opening it in here for more details https://stackoverflow.com/questions/51122838/how-to-reset-textinput-typeahead-input-value-within-r-shinysky-package

@jeremyjyang
Copy link

This remains a problem apparently. No equivalent to

shiny::updateTextInput(session, id, value="")

Thus, it is also impossible to set the value programmatically, as with

shiny::updateTextInput(session, id, value=new_value)

Any fixes or workarounds appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants