Main input events take object as an argument regardless of the list structure #19
Closed
2 of 3 tasks
Labels
bug
Something isn't working
enhancement
New feature or request
refactoring
Code smells, needs refactoring
I'm submitting a ...
What is the current behavior?
select
,input
andhover
events take an object as an item argument, even if the list itself didn't contain objects.Example:
What is the expected behavior?
The prescribed events should adapt to the current list input whatever the internal converted structure is.
For example:
What is the motivation / use case for changing the behavior?
Usability.
The text was updated successfully, but these errors were encountered: