feat(Editor): implement dynamic fields
This commit is contained in:
@@ -81,7 +81,7 @@ const PowerInput = (props: PowerInputProps) => {
|
||||
name={name}
|
||||
control={control}
|
||||
defaultValue={defaultValue}
|
||||
shouldUnregister={false}
|
||||
shouldUnregister={true}
|
||||
render={({
|
||||
field: {
|
||||
value,
|
||||
|
Reference in New Issue
Block a user