vue-tags-input icon indicating copy to clipboard operation
vue-tags-input copied to clipboard

Accessibility - Every Input should have a label

Open adrianjost opened this issue 6 years ago • 0 comments

Hi, I have discovered another accessibility issue. It's a very small one. Every input should always have an appropriate label. A simple fix would be to add aria-label="enter new tag" at line 130. You can read more about aria-label here.

A more complex (but better) fix would be to expose the aria-label attribute with a prop. This way it is possible to adapt it for localization and similar wording changes.

adrianjost avatar Jul 09 '19 07:07 adrianjost