If you want to dynamically pull the options from the database based off your select2 filter you need to create an entirely new fieldtype plugin to handle that
Please Log in or Create an account to join the conversation.
Yes, it'll be a part of the CB Core Field Ajax on update feature. CB Query Field and CB Code Field are kind of testing this implementation now, but it has no support for select2 at this time. Currently they can update their options based off another fields value changing. Once they've select2 support it should also work when a select2 field changes and if the update on usage points to the fields self ideally also work on the filter being changed.By any chance that you guys will be producing this fieldtype plugin?
Yes, right click and inspect element on your field to find its specific id and adjust the jQuery selector as needed. Example as follows.Is it possible to isolate this auto action to a specific field rather then to select2 all select and multiselect?
Please Log in or Create an account to join the conversation.
Right click and inspect element on your field to find its specific id and adjust the jQuery selector as needed. Example as follows.
Please Log in or Create an account to join the conversation.
Chromebtw what browser are u using
The select input that you want to be a select2.right click at where?
Backend or frontend profile edit. Both render the same HTML.The front end profile page or the admin field management page?
No, it's a basic part of any browsers developer console.Can you provide a visual on this?
Yes, in most cases that will work as shown in my reply above.Can i just add the single select fieldname (column name in #_comprofiler like this?
Please Log in or Create an account to join the conversation.