Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Select all is not working with having key - Characters, is there any way to fix this without composer update ? #387

Open
prathapgantena opened this issue Oct 13, 2022 · 0 comments

Comments

@prathapgantena
Copy link

Please find attached sample code
echo $form->field($model, 'column_name')->widget(Select2::classname(), [
'data' => ['test-1'=>'Test-1','test-2'=>'Test-2','test 3'=>'Test-3','test@1'=>'Test @ 4'],
'language' => 'en',
'options' => [
'placeholder' => 'Search Data ',
],
'pluginOptions' => [
'allowClear' => true,
'multiple' => true,
],
]);

select2_issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant