vue-multiselect icon indicating copy to clipboard operation
vue-multiselect copied to clipboard

Cannot disable spellchecking on `<input>`

Open jasonhibbs opened this issue 5 years ago • 8 comments

Partial search terms are marked as spelling mistakes and I’ve not found a way to prevent this using standard methods.

Reproduction Link

https://jsfiddle.net/cn8o4s03/

Steps to reproduce

Add [spellcheck="off"]

Optimistically Expected behaviour

Pass attribute to input.

Actual behaviour

Nothing.

jasonhibbs avatar Jun 03 '19 08:06 jasonhibbs

This sounds like a great PR candidate. Would love to merge this. :)

shentao avatar Jun 04 '19 20:06 shentao

Removed the spellcheck from the search field.

LadyMashiro avatar Jun 19 '19 12:06 LadyMashiro

Hi @shentao! Could you please bring the version with this fix to NPM? It seems to be rather critical for mobile devices. Thanks a lot in advance!

xloading avatar Jul 18 '19 02:07 xloading

I want to work on this issue, please assign me.

abhishek-kumar-91 avatar Mar 21 '23 15:03 abhishek-kumar-91

is this till open ? @shentao

gimnathperera avatar Jul 01 '23 08:07 gimnathperera

I wanted to work on this please assign me

RuhaniMakhija avatar Sep 09 '23 14:09 RuhaniMakhija

Hi @shentao, @LadyMashiro, this is still an issue, please make a props to control input behavior, because we need to disable it

niktariy avatar Dec 28 '23 08:12 niktariy

I think that this issue you're facing is due to the browser's default behavior of spell checking from fields including searching inputs. try to add spellcheck="off" attribute to the parent element, like a div or form containing the search input:

oksanakaur avatar Jun 29 '24 12:06 oksanakaur