bluzky / nice-select2

A lightweight vanilla javascript library that replaces native select elements with customizable dropdowns
https://bluzky.github.io/nice-select2/
MIT License
370 stars 61 forks source link

reset selection #26

Closed bobolat closed 1 year ago

bobolat commented 2 years ago

how to reset selection or select the drop down use call function? already tried to call like usually we call value by id use jquery, the problem is it changed on native drop down only..not the new drop down means value is correct change but not in the ui. I still saw the prev selection.

wahyuang commented 1 year ago

Hi, did you solve the issue?

I get the same issue while using form reset button. The value is reset, but the UI still showing prev selection.

bobolat commented 1 year ago

yes, you need to use update function to the param, something like this voucher_select.update();