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
Originally posted by rhurlbatt August 2, 2022
When using the MultiSelect , if the change event includes any code that changes whether the MultiSelect is enabled or disabled, the initial (and sometimes subsequent) changes to the selected don't fire.
If the multiple option is selected, then the first selection immediately closes the selection window.
Commenting out Line 21 which enables the MultiSelect makes it work as expected.
I have had a look at the code for the component, but my kung fu is not strong enough.
Would some be able to have a look and point me in the right direction for creating a fix?
The text was updated successfully, but these errors were encountered:
Discussed in #364
Originally posted by rhurlbatt August 2, 2022
When using the MultiSelect , if the change event includes any code that changes whether the MultiSelect is enabled or disabled, the initial (and sometimes subsequent) changes to the
selected
don't fire.If the
multiple
option is selected, then the first selection immediately closes the selection window.Here is a Clone and Example.
Commenting out Line 21 which enables the MultiSelect makes it work as expected.
I have had a look at the code for the component, but my kung fu is not strong enough.
Would some be able to have a look and point me in the right direction for creating a fix?
The text was updated successfully, but these errors were encountered: