Skip to content

Added spellcheck to the list of inherited input attributes #1404

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

Closed
wants to merge 2 commits into from

Conversation

winzig
Copy link

@winzig winzig commented May 18, 2018

We now inherit spellcheck attributes, just as it inherits the autocorrect and autocapitalize attributes from input elements. Especially helpful in Safari.

Fixes issue raised in #1403

We now inherit `spellcheck` attributes, just as it inherits the `autocorrect` and `autocapitalize` attributes from input elements. Especially helpful in Safari.

Fixes issue raised in selectize#1403
@winzig
Copy link
Author

winzig commented May 18, 2018

Note that one test was failing, but not due to the changes I made. The test that's failing is detailed here: #1353 (comment)

@winzig
Copy link
Author

winzig commented Jun 27, 2018

Resolved merge conflict. @joallard Any chance we could get this PR merged? It's a fairly simple change that fixes a UI problem on Safari (and probably other) browsers, by inheriting the spellcheck attribute of the input element, if included. Example bug in UI without this fix:

40205763-342a2d12-59e2-11e8-8ea7-b1afb1893c71

@joallard
Copy link
Member

Can you confirm the tests pass on your end?

@github-actions
Copy link
Contributor

github-actions bot commented Jan 1, 2021

Stale pull request message

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

Successfully merging this pull request may close these issues.

2 participants