Choices-js / Choices

A vanilla JS customisable select box/text input plugin ⚡️
https://choices-js.github.io/Choices/
MIT License
6.06k stars 598 forks source link

Purpose of itemSelectText "Click to select" #1102

Open thomasfrobieter opened 1 year ago

thomasfrobieter commented 1 year ago

This is not really a bug, I try to understand the sense of the itemSelectText "Click to select". Imagine each single button on the web and your OS have this text inside.

For me, this is an 100% self-evident UI-action, that doesnt need any explaination.

Or is it an accessibility option? If it is, there is maybe a better way to solve this, instead wasting so much space? (aria-label, ...?)

choices-width-bug