vue-multiselect
vue-multiselect copied to clipboard
Cannot disable spellchecking on `<input>`
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.
This sounds like a great PR candidate. Would love to merge this. :)
Removed the spellcheck from the search field.
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!
I want to work on this issue, please assign me.
is this till open ? @shentao
I wanted to work on this please assign me
Hi @shentao, @LadyMashiro, this is still an issue, please make a props to control input behavior, because we need to disable it
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: