You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
when I try to adding Choices-js to my working project(Chinese), I found the placeholder only show a part on page, not 100%, you can check the screenshots pic direct. I did more test, it's working for English placeholder, also working for Chinese placeholder when remove "multiple". btw I am using bootstrap 5.3.
Describe the bug
when I try to adding Choices-js to my working project(Chinese), I found the placeholder only show a part on page, not 100%, you can check the screenshots pic direct. I did more test, it's working for English placeholder, also working for Chinese placeholder when remove "multiple". btw I am using bootstrap 5.3.
To Reproduce
Steps to reproduce the behavior:
import
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/choices.js@11.0.2/public/assets/styles/choices.min.css">
<script src="https://cdn.jsdelivr.net/npm/choices.js@11.0.2/public/assets/scripts/choices.min.js"/></script
select tag
<div class="col-md-6">
<label for="city-select" class="form-label">选择城市</label>
<select id="city-select" multiple class="form-select">
<option value="北京">北京</option>
<option value="纽约">纽约</option>
</select>
</div>
4. js init code
Expected behavior
show full placeholder with input width just like En.
Screenshots
Choices version and bundle
Desktop (please complete the following information):
Quick fix
.choices__input{ width:100%!important; }
thx for your work, the lib is very good for me, just carry on.
The text was updated successfully, but these errors were encountered: