0

Why does the spellcheck attribute work fine in IE but not in Edge for text inputs? Here is my code:

<input spellcheck="true"></input>  

Text area spell checking works fine in Edge but not text inputs.

Or is there a workaround?

1

3 Answers 3

1

As a workaround you could use a single line textarea. <textarea rows="1"></textarea> see fiddle as an example

Sign up to request clarification or add additional context in comments.

Comments

0

It appears that this is only supported in EdgeHtml versions 15 and above (https://caniuse.com/#feat=spellcheck-attribute)

It won't work on input tags if you are using Edge with EdgeHtml of 14 and below.

See @msokrates answer for the workaround

Comments

0

it works on input and texareas only; input must have attribute type='text'; to configure the languages you should go on microsoft edge to configuration languages; also it apperas not to work if you use only capital letters.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.