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
When using the controlled ComboBox component, there's an inconsistent behavior observed. Changing the value of the ComboBox seems to reset the ComboBox's value every other time.
Steps to Reproduce:
Navigate to the provided playground.
Select any value from the ComboBox.
Click the links below the ComboBox.
Notice that every odd click resets the ComboBox to an empty value.
Expected Behavior:
The ComboBox should consistently display the changed value every single time.
Actual Behavior:
Every odd click on the link below the ComboBox empties the ComboBox value.
Additional Information:
Link to the playground for reproduction: here
@kobalte/core: 0.10.0
solid-js: 1.7.11
The text was updated successfully, but these errors were encountered:
Description:
When using the controlled ComboBox component, there's an inconsistent behavior observed. Changing the value of the ComboBox seems to reset the ComboBox's value every other time.
Steps to Reproduce:
Navigate to the provided playground.
Select any value from the ComboBox.
Click the links below the ComboBox.
Notice that every odd click resets the ComboBox to an empty value.
Expected Behavior:
The ComboBox should consistently display the changed value every single time.
Actual Behavior:
Every odd click on the link below the ComboBox empties the ComboBox value.
Additional Information:
Link to the playground for reproduction: here
@kobalte/core: 0.10.0
solid-js: 1.7.11
The text was updated successfully, but these errors were encountered: