feat: accept falsy default values
This commit is contained in:
@@ -162,6 +162,7 @@ function InputCreator(props) {
|
||||
required={required}
|
||||
disabled={disabled}
|
||||
shouldUnregister={shouldUnregister}
|
||||
defaultValue={value}
|
||||
/>
|
||||
|
||||
{isDynamicFieldsLoading && !additionalFields?.length && (
|
||||
|
||||
Reference in New Issue
Block a user