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

FIxed bug in ajax multiple select #220

Closed
wants to merge 1 commit into from

Conversation

junaid-rahman
Copy link

Array Format

Scope

This pull request includes a

  • Bug fix

Changes

The following changes were made

array_combine($key, $val)

changed to

array_combine((array)$key, (array)$val)

Related Issues

Its returning result as
Array ( [aaaaa] => aaaaa, [qq] => qq )
instead of
Array ( [1] => aaaaa, [2] => qq )

array format
@junaid-rahman junaid-rahman changed the title Update Select2.php FIxed bug in ajax multiple select Aug 7, 2017
@kartik-v kartik-v added the bug label Aug 7, 2017
@kartik-v kartik-v mentioned this pull request Aug 7, 2017
3 tasks
@kartik-v
Copy link
Owner

kartik-v commented Aug 7, 2017

Resolved via update to release v2.1.0.

@kartik-v kartik-v closed this Aug 7, 2017
@karmakarpatrick
Copy link

Thanks to Kartik and Junaid for the fix

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

Successfully merging this pull request may close these issues.

3 participants