silevis / reactgrid

Add spreadsheet-like behavior to your React app
https://reactgrid.com
MIT License
1.2k stars 131 forks source link

Number Cell Template - How to handle the onKeydown events to input? No props available. #408

Closed Asha729 closed 3 months ago

Asha729 commented 3 months ago

Describe the bug Need to prevent the typing in input field if it exceed the maximum limit.

Current behavior No prop to handle the keydown events, only oncellsChanges is available.

Expected behavior Can we add a prop for this?

MichaelMatejko commented 3 months ago

Please copy our NumberCell template and create your own based on that. There you can add any event you like to the input field.