Hi, I have a long list of roles in my current installation and it would be great to use chosen to transform the roles-select field to an autocomplete field.
Is this possible?
Roles-field has the ID edit-roles and therefore I tried to inlucde "edit-roles:visible" to chosen configuration. But this does not work. Any idea on this?
select:visible,edit-roles:visible // does not work
select:visible,#edit-roles:visible // does not work