-
Notifications
You must be signed in to change notification settings - Fork 638
Open
Labels
Description
Hello,
I've encountered an issue when setting the placeholder text in Japanese (e.g., "エリアを選択してください") using choices.js. The generated input element looks like this:
<input type="search" class="choices__input choices__input--cloned" autocomplete="off" autocapitalize="off" spellcheck="false" role="textbox" aria-autocomplete="list" aria-label="エリアを選択してください" placeholder="エリアを選択してください" style="min-width: 13ch; width: 1ch;">The problem is that the min-width is set to 13ch, which causes the placeholder text to be truncated. It would be helpful if there was an option to set the width of the input[type=search] or to customize it in some way.
I'm not entirely sure how this is implemented, and I would appreciate any assistance or guidance on how to address this issue.
Thank you for your help!
sis-yoshiday and deton