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 Select component from ipyvuetify, selecting an item with value: 0 in the list of items results in an empty {}object being sent as data in the on_select callback. This behavior is unexpected, as I would expect the data parameter to contain the selected item information, similar to selections with non-zero values.
Steps to Reproduce:
Define a list of items with at least one item having value: 0, such as:
When using the
Select
component fromipyvuetify
, selecting an item withvalue: 0
in the list of items results in an empty{}
object being sent asdata
in theon_select
callback. This behavior is unexpected, as I would expect thedata
parameter to contain the selected item information, similar to selections with non-zero values.Steps to Reproduce:
Define a list of items with at least one item having value: 0, such as:
Create a Select component with this items list:
Select the item with value: 0 and observe the output from on_select
The text was updated successfully, but these errors were encountered: