You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.
I can't apply any css class to select. There is my code:
<Select2 :options="options" :settings="{selectionCssClass: 'form-control'}" v-model="form.region_id" />
I took selectionCssClass from https://select2.org/configuration/options-api as it says in documentation.
Please help.
The text was updated successfully, but these errors were encountered: