Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
krileon wrote: No, it has no storage. If you want select2 usage use a normal select fieldtype
Please Log in or Create an account to join the conversation.
Yes.do you mean any of the single select/multiple selectfield type?
That is an entirely different thing your asking. CB Auto Actions can't help with that. Converting it to a select2 will give it filtering at the least. You can have its options pulled from a database table using CB Query Field and its query select fieldtype. Then convert it to select2 using CB Auto Actions to allow filtering on the options. For database auto complete you need an entirely new fieldtype specifically designed for that as it needs to use a fields ajax endpoint.Meaning, if i want to auto complete from data in a table from a DB, i'll have to use the multiselect/single select query field and run the auto action?
Please Log in or Create an account to join the conversation.
krileon wrote:
Yes.do you mean any of the single select/multiple selectfield type?
That is an entirely different thing your asking. CB Auto Actions can't help with that. Converting it to a select2 will give it filtering at the least. You can have its options pulled from a database table using CB Query Field and its query select fieldtype. Then convert it to select2 using CB Auto Actions to allow filtering on the options. For database auto complete you need an entirely new fieldtype specifically designed for that as it needs to use a fields ajax endpoint.Meaning, if i want to auto complete from data in a table from a DB, i'll have to use the multiselect/single select query field and run the auto action?
Please Log in or Create an account to join the conversation.
Stores and functions exactly like a select field. The only difference is visually it functions like a select2 with its filtering.Okay, as for values option (values and label), select2 will perform filtering on the value or label and which does it store? I am assuming the value?
Probably very slow.One last question, have you perform the select2 filtering with thousands of options? Perhaps 3000? How does it perform?
Please Log in or Create an account to join the conversation.