Placeholder text of multiple selects does not apply to chosen field. I still see the english default from the library

AbstractChosen.default_multiple_text = "Select Some Options";

This happens if you Apply Chosen to field in field settings only. After you add the select#edit-field-foo-und to chosen global settings the text is applied.

Comments

hass’s picture

Not sure what the plan is for the module, but this is caused by a missing selector select.chosen-widget. This can be appended to below line. Adding it to the settings field sounds wrong to me.

      // Prepare selector and add unwantend selectors.
      var selector = settings.chosen.selector;
hass’s picture

Title: Placeholder text of multiple selects » Placeholder text missing with chosen per field setting
Status: Active » Needs review
StatusFileSize
new940 bytes

Changing title as this affects all type or form fields.

Patch attached.

flocondetoile’s picture

Issue summary: View changes

Same Issue and patch #2 resolved it.

dave reid’s picture