svelte-formly icon indicating copy to clipboard operation
svelte-formly copied to clipboard

Manage default buttons

Open webfrank opened this issue 3 years ago • 2 comments

A way to disable default submit/reset buttons when handled externally.

webfrank avatar Jul 26 '22 10:07 webfrank

Can you merge this PR? or add reset event dispatch @dyaliCode

huweihong avatar Jan 30 '23 08:01 huweihong

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.

sebastianfiss-consid avatar Feb 08 '24 05:02 sebastianfiss-consid