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

Aria error on autocomplete value

Open GregorioF2 opened this issue 3 years ago • 2 comments

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

Screenshot from 2021-06-30 09-28-01

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

GregorioF2 avatar Jun 30 '21 12:06 GregorioF2

Maybe we could define a binding which defaults to off :+1: :-1:

code1x1 avatar Oct 25 '21 11:10 code1x1

@mattelen @shentao

code1x1 avatar Oct 25 '21 11:10 code1x1

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

mattelen avatar Sep 16 '22 15:09 mattelen