bjornbjorn
Bug with select->multiple(), other ->live() components and $get()?
Hi,
I have this component added to the form:
And then I have various components with ->live() on them which uses $get() and $set() on the form.
This all works fine with a regular Select, but when adding ->multiple() to the select the form breaks because $get('some_value') will return null. If I remove ->multiple() from the select again I get the values.
This happens when you interact with the select, removing or adding users for instance.
I'm wondering if anyone else has experienced this and if it might be a bug.
7 replies