vue-multiselect
vue-multiselect copied to clipboard
Aria error on autocomplete value
Hi, i am trying to support aria rules on my webpage, and with the multi select component im having an issue that says Autocomplete attribute must be used correctly
.
This is because on the input
element of the autocomplete component like i can show here
The value for autocomplete
is nope
, that well is not valid... The list of valid values for autocomplete is here https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete#values. I suggest using off
Maybe we could define a binding which defaults to off :+1: :-1:
@mattelen @shentao
This has been fixed on the project, just waiting for a version release from @shentao. I'm going to close this, as #1518 is open and requesting that