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

Add HTML 'spellcheck="true"' option prop in Input Component and WYSIWYG Component #6258

Closed
ghost opened this issue Jan 30, 2020 · 2 comments
Closed

Comments

@ghost
Copy link

ghost commented Jan 30, 2020

Is your feature request related to a problem? Please describe.
If i want to add native HTML spell check attribute to a Quasar Form Component, i have to add it manually using Javascript once the component has rendered.

Describe the solution you'd like
It would be nice to have a prop that you can just set to true for Input Text components and WYSIWYG components.

Link to this W3 HTML attribute
https://www.w3schools.com/tags/att_spellcheck.asp

@ghost ghost added the kind/feature 💡 label Jan 30, 2020
@pdanpdan
Copy link
Collaborator

Hello, have you tried? Can you please supply a codepen with what you tried and is not working?

@rstoenescu
Copy link
Member

@newCodeRunner All attributes get passed down to the inner native input. So <q-input spellcheck="true" will do the trick.

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

No branches or pull requests

2 participants