svelte-formly
svelte-formly copied to clipboard
Manage default buttons
A way to disable default submit/reset buttons when handled externally.
Can you merge this PR? or add reset event dispatch @dyaliCode
This feature would be nice to have, currently I only see hiding those buttons with CSS as a workaround.
@webfrank potentially, a <slot> for custom buttons would be nice, so we can still reuse the submit logic of Formly and don't have to rely on the update event to gather the data ourselves.