-
Notifications
You must be signed in to change notification settings - Fork 617
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Placeholder not showing #1145
Labels
Comments
select element does not have placeholder natively
|
can't you use "placeholderValue" config option? |
In my case, an option with this definition resolved: {
label: "Pick a item",
placeholder: true,
disabled: true,
value: -1, // Or null
} |
Sadly there are a bunch of cases where this will be ignored. The plan is it will be fixed in v11.0.0 once I get that branched merged in. For now v11.0.0RC4 is tagged on my fork. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
new Choices(element, {
searchEnabled: true,
removeItemButton: true,
placeholder: true, // or text !
allowHTML: true,
itemSelectText: '', // Press to select
noChoicesText: 'No choices',
});
Select has attr
options
But rendered input not
The text was updated successfully, but these errors were encountered: