ConcreteSelect?

Back in the release notes for version 9.2, there’s a comment in the Backward Compatibility Notes:

Bootstrap Select has been deprecated. It is still shipping with Bedrock but will be removed in a subsequent version update. Update your code to use new Concrete select components instead.

In the change log, there’s also reference to a ‘ConcreteSelect’ component.
But I’ve not been able to find any details about this, or really even find it used in the codebase. Can anyone shed any light on it?

Do you mean 9.2.0?

We’ve had many “select” wrappers in Concrete: Select2 → Selectize → Bootstrap Select → TomSelect.

TomSelect (the current one) has a syntax very similar to Selectize - see the docs at https://tom-select.js.org

And about the ConcreteSelect Vue component: it’s defined here, and here you can see an example of it.

Thanks @mlocati - yes, I did mean 9.2, sorry

Thanks for the links, I’ll see what I can use.

I’m still using Select2 in a bunch of add-ons (bundling the library) - it’s ugly, but it works.