Skip to content

fix val method#2817

Open
SimonTod wants to merge 1 commit into
snapappointments:devfrom
SimonTod:fix_val
Open

fix val method#2817
SimonTod wants to merge 1 commit into
snapappointments:devfrom
SimonTod:fix_val

Conversation

@SimonTod

@SimonTod SimonTod commented Feb 10, 2023

Copy link
Copy Markdown

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.

1 participant