You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am discovering the world of shiny apps, so I just hope that I have not missed any existing function that does that actually... Anyway, I just found that searchInput() is better than textInput() because we can simply press ENTER to validate the text the user has typed. However, for texts that should not be displayed on the screen, like passwords for example, I would like to combine searchInput() with passwordInput() in order to display texts like this: •••••••••
Could it be possible to add this simple parameter to searchInput() in order to allow us to do that please?
Thanks in advance for your respond,
Best regards,
The text was updated successfully, but these errors were encountered:
Hello,
Everything is in the title.
I am discovering the world of shiny apps, so I just hope that I have not missed any existing function that does that actually... Anyway, I just found that
searchInput()
is better thantextInput()
because we can simply press ENTER to validate the text the user has typed. However, for texts that should not be displayed on the screen, like passwords for example, I would like to combinesearchInput()
withpasswordInput()
in order to display texts like this:•••••••••
Could it be possible to add this simple parameter to
searchInput()
in order to allow us to do that please?Thanks in advance for your respond,
Best regards,
The text was updated successfully, but these errors were encountered: