Database manager sqlite add record error

Using the gui db manager to add record to a table in database manager. It was fine until i got to around 40 records. After adding a few records I notice i’ll click the Add new button and it will add a row that I can’t type in. This error then happens hitting “Add New” again:

TypeError: Cannot read properties of undefined (reading 'keyCode') at w2grid.editField (file:///usr/share/wappler/resources/app/Shared/DMXzone/dmxAppCreator/UI/w2ui/w2ui.min.js:11:102405) at w2grid.onAdd (file:///usr/share/wappler/resources/app/Shared/DMXzone/dmxAppCreator/UI/wappler_editor_database_table.js:1:1350) at w2grid.trigger (file:///usr/share/wappler/resources/app/Shared/DMXzone/dmxAppCreator/UI/w2ui/w2ui.min.js:11:12362) at t. (file:///usr/share/wappler/resources/app/Shared/DMXzone/dmxAppCreator/UI/w2ui/w2ui.min.js:11:160252) at t.trigger (file:///usr/share/wappler/resources/app/Shared/DMXzone/dmxAppCreator/UI/w2ui/w2ui.min.js:11:12188) at t.click (file:///usr/share/wappler/resources/app/Shared/DMXzone/dmxAppCreator/UI/w2ui/w2ui.min.js:11:426978) at t. (file:///usr/share/wappler/resources/app/Shared/DMXzone/dmxAppCreator/UI/w2ui/w2ui.min.js:11:430948) at HTMLDivElement.dispatch (/usr/share/wappler/resources/app/node_modules/jquery/dist/jquery.js:5145:27) at elemData.handle (/usr/share/wappler/resources/app/node_modules/jquery/dist/jquery.js:4949:28) at HTMLDivElement.sentryWrapped (/usr/share/wappler/resources/app/node_modules/@sentry/browser/build/npm/cjs/helpers.js:95:17)

If i close wappler and restart it will work fine for a few new entries then happen again. I changed category to just integer, it only stopped the error from happening.

Layout of the table is #id, name, descrip, category, modifier
category is a lookup to another table that has data, modifier is boolean.

Here’s another oddity… something isn’t right with the data editor. Clicking add will let me add one record… then clicking add again it behaves oddly.