Closed (works as designed)
Project:
Select 2
Version:
8.x-1.x-dev
Component:
Field widgets
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 Sep 2018 at 13:55 UTC
Updated:
2 Oct 2018 at 06:12 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
miax commentedAttached patch adds a check for the $element[‘#placeholder’] and uses that if it exist.
This way you can override the default placeholder text with code.
Comment #3
chr.fritschYou could already set
It's possible to overwrite all select2 properties in that way.
We could also make the placeholder configurable over the UI. I think that is possible for the core autocomplete widget as well.
Comment #4
chr.fritsch@MickeA Does it work for you, or is something else needed?
Comment #5
miax commentedHi, Thanks for the info!
I realize I did not test the existing functionality well enough before submitting this issue. Sorry for that.
Marking this as "Works as designed".
Thanks // M