Spell checking? #7482
-
How would I enable the operating system's built-in spell checking? I am tinkering with a text-editing application and realized I don't have a way to use spell checking. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Which OS? |
Beta Was this translation helpful? Give feedback.
Which OS?
At least on Windows it should be enabled by default.
On macOS it should kinda work if you add
spellcheck="true"
to the element but there won't be any visual indicators but right clicking on misspelled words should still open a menu with suggestions. -> I didn't test it myself but a community member reported this on Discord. Also idk how we could fix the styling.No idea about Linux right now.