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

feature request: allow additional arguments for textInput and textAreaInput #1916

Open
vnijs opened this issue Jan 4, 2018 · 1 comment
Open

Comments

@vnijs
Copy link
Contributor

vnijs commented Jan 4, 2018

I generally don't need autocapitalize and related options for textInput and textAreaInput. It would be great to add a few arguments (see below) or else perhaps just add ...

autocomplete = "off", 
autocorrect = "off", 
autocapitalize = "off", 
spellcheck = "true",
...
@vnijs
Copy link
Contributor Author

vnijs commented Jan 21, 2018

Similar problem with selectizeInput, at least in Rstudio viewer. See screenshot below. Had to use $("input:text").attr("spellcheck", "false") to get rid of it. Any alternative suggestions?

image

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

3 participants