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
I've noticed an issue while using the USelectMenu component. When the change event is bound, it gets triggered even if the currently selected value hasn't changed from the previous selection. To observe this behavior more clearly, you can use a watch for comparison.
In general understanding, the change event should only be triggered when the selected value actually changes. If there's no change in value, the change event shouldn't be triggered.
So, I'm wondering, does this qualify as a problem with the component?
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
Environment
Version
2.18.7
Reproduction
https://github.com/cdLab996/nuxt-ui-example
Description
Hello everyone, I apologize for the interruption.
I've noticed an issue while using the USelectMenu component. When the change event is bound, it gets triggered even if the currently selected value hasn't changed from the previous selection. To observe this behavior more clearly, you can use a watch for comparison.
In general understanding, the change event should only be triggered when the selected value actually changes. If there's no change in value, the change event shouldn't be triggered.
So, I'm wondering, does this qualify as a problem with the component?
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: