vue-tags-input
vue-tags-input copied to clipboard
Accessibility - Every Input should have a label
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.