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

fix val method #2817

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

fix val method #2817

wants to merge 1 commit into from

Conversation

SimonTod
Copy link

@SimonTod SimonTod commented Feb 10, 2023

The val function does not work with integer values.

How to reproduce :

  • checkout main or dev branch.
  • open tests/bootstrap5.html
  • open browser console
  • run following js in console :
$('#number').selectpicker('val', 1); // Does not work
$('#number').selectpicker('val', "1"); // Works

for a given

<option value="1">Option 1</option>

both 1 (integer) and "1" (string) values should work.

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

Successfully merging this pull request may close these issues.

None yet

1 participant