shentao/vue-multiselect

Cannot disable spellchecking on `<input>`

Open

#991 geöffnet am 3. Juni 2019

Auf GitHub ansehen
 (8 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (6.559 Stars) (994 Forks)batch import
good first issue

Beschreibung

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.

Contributor Guide