You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: fake and original selects don't synchronize properly when original changed programmatically.
Case: change original select programmatically (E.g.: selectElement.selectedIndex = 2).
In this case ikSelect doesn't update itself. And there is no method to do this manually, something like "sync" or "refresh".
I've found a workaround, but it's haky a little bit:
My previous workaround with showDropdown and hideDropdown is bad: native select could stay open on iPad2. Also it leaves focus on last select. Better way to use select method:
Hello, thanks for nice plugin.
Problem: fake and original selects don't synchronize properly when original changed programmatically.
Case: change original select programmatically (E.g.:
selectElement.selectedIndex = 2
).In this case ikSelect doesn't update itself. And there is no method to do this manually, something like "sync" or "refresh".
I've found a workaround, but it's haky a little bit:
So it's looks like there is two options:
The text was updated successfully, but these errors were encountered: