You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem seems to be that, for whatever reason, the Create Table button has the type set to button rather than submit, and the Table form is looking for that submit event.
The problem seems to be that, for whatever reason, the Create Table button has the type set to button rather than submit, and the Table form is looking for that submit event.
Changing type="button" to type="submit" fixed that
This is indeed because the button type is 'button'.
The problem is that Gutenberg leaves a lot of button types empty, this causes a lot of buttons to submit the form that Laraberg is in because the default button type is 'submit'.
I'll be looking into this today, hopefully I can come up with a fix that gets around this issue and any similar issues entirely, if not I'll add this button to the 'whitelist' of submit buttons.
Adding/creating table doesn't work
When i select table and click on create table nothing happened. Also no console error.
Hope you can fix it :))
version: "van-ons/laraberg": "^1.0",
The text was updated successfully, but these errors were encountered: