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
First of all, thanks for the work on this library - the component is quite cool.
Expected Behavior
Checkboxes and "remove icons" should resize according to itemHeight prop.
Actual Behavior
Checkboxes do not obey the itemHeight value - leading to wrong selections when clicked.
(the same applies to the 'x' icon on the selected items)
This is fixable by css with something like this:
First of all, thanks for the work on this library - the component is quite cool.
Expected Behavior
Checkboxes and "remove icons" should resize according to
itemHeight
prop.Actual Behavior
Checkboxes do not obey the
itemHeight
value - leading to wrong selections when clicked.(the same applies to the 'x' icon on the selected items)
This is fixable by css with something like this:
But it's an hack. The lib should handle this.
Steps to Reproduce the Problem
itemHeight
prop to something less than 40pxOther feedback:
value
) - having agetId
prop that receives a functionNeat Features:
^ I might create a PR for some of that in the future if I get the time :)
The text was updated successfully, but these errors were encountered: