AddSearch / search-ui

JavaScript library to develop Search UIs for the web
https://www.addsearch.com/
MIT License
24 stars 4 forks source link

Editable aria-label for search field (and other fields) #134

Open El-Rico opened 2 days ago

El-Rico commented 2 days ago

I'd like to add an ariaLabel option to searchui.searchField({}) to change the default aria-label for Accessibility purposes.

haoAddsearch commented 11 hours ago

@El-Rico you can customise searchField's rendered HTML by using the option "template". Could use this default template with some minor tweaks: https://github.com/AddSearch/search-ui/blob/master/src/components/searchfield/precompile-templates/searchfield.handlebars