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
{{ message }}
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
Right now there's three parameters for useDigitFormField. name, valueFieldName and getValueFromEvent. To make using the hook easier, i.e. not having to provide every default value to change the one you need, a options object should be introduced as it is used in useDigitFormFieldArray. This move would bring more consistency with the two form field hooks.
The text was updated successfully, but these errors were encountered:
Right now there's three parameters for
useDigitFormField
.name
,valueFieldName
andgetValueFromEvent
. To make using the hook easier, i.e. not having to provide every default value to change the one you need, a options object should be introduced as it is used inuseDigitFormFieldArray
. This move would bring more consistency with the two form field hooks.The text was updated successfully, but these errors were encountered: