ember-headless-form@1.0.0-beta.3
Pre-release
Pre-release
github-actions
released this
25 May 14:06
·
421 commits
to main
since this release
Patch Changes
-
#136
da9f16c
Thanks @simonihmig! - Yieldsubmit
andreset
actions<HeadlessForm>
yieldssubmit
andreset
actions, that can be used in place of the native buttons. -
#134
a3908fc
Thanks @simonihmig! - Add support for reset buttonClick a native
reset
button will reset the state of the form. -
#132
757353d
Thanks @simonihmig! - Support reactivity when@data
is updatedThis supports updates of
@data
(or any of its tracked properties) getting rendered into the form, while previously filled in ("dirty") data is being preserved. This is the implementation for case#2
of #130.