onBlur firing twice if autoAddRow = true
on DynamicDataSheetGrid
#145
Labels
bug
Something isn't working
autoAddRow = true
on DynamicDataSheetGrid
#145
If
autoAddRow = true
and you are on the last row, once you press enter to confirm edit and auto-create new row, the onblur callback is called twice.If I instead use
<DataSheetGrid/>
the issue does not occurs.The text was updated successfully, but these errors were encountered: