TarekRaafat / autoComplete.js

Simple autocomplete pure vanilla Javascript library.
https://tarekraafat.github.io/autoComplete.js
Apache License 2.0
3.93k stars 236 forks source link

Add option to add aria-label attribute #375

Open th3c0r opened 1 year ago

th3c0r commented 1 year ago

Allow the users to add the aria-label option to the wrapper if wrapper exists, or to the main input element.

This fix the issue #372

th3c0r commented 1 year ago

In the latest commit 7a6dcf0 my IDE in auto formatting make some changes in spaces, lines or convert asterisks to hyphen. I will be back with the fix to keep only the change to the document I want to apply about ariaLabel.