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

Content-editable spellcheck #7

Open
daemontus opened this issue Feb 20, 2020 · 0 comments
Open

Content-editable spellcheck #7

daemontus opened this issue Feb 20, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@daemontus
Copy link
Member

Currently, we use content-editable divs for some of the inputs. In some of them, it would be nice to have the spell check enabled. However, it does not look very nice when the red underlines stay in the text even when it is not focused.

TL;DR: We need to enable spellcheck for content-editable only when focused.

Problem: The only event of user leaving the input is focus event and once the div is not focused, the red underlines won't be redrawn, so we need to figure out how to remove them manually?

@daemontus daemontus added the bug Something isn't working label Feb 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant