coleifer/sqlite-web

Insert Tab checks all fields

Closed this issue · 2 comments

The 'Insert' tab on a table checks all the fields by default.

It would be more helpful if it only checked the fields that are required / don't have a default by default.

Imo it seems it would even be preferable to not check any of the boxes to begin with and to auto-check a box once any content is put in the box. That would be an easy solve compared to determining which fields are required.

I've decided that unchecking cols w/defaults is a fine idea and have added this.

Thank you that's very helpful.