shentao/vue-multiselect

Cannot disable spellchecking on `<input>`

Ouverte

#991 ouverte le 3 juin 2019

 (8 commentaires) (0 réaction) (0 personne assignée)JavaScript (994 forks)batch import
good first issue

Métriques du dépôt

Stars
 (6 559 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur