There are several issues in the code above.
VolumeItem
, you have two CellItem
with the same value for the id
prop. Try removing those props or use unique ids.TextField
is using controlled value
but setValue
is never called.onValueChange
, e.stopPropagation()
and e.preventDefault()
are not necessary.