ZachSelindh

Results 6 issues of ZachSelindh

**What you were expecting:** Using react-hook-form's append() method from the useFieldArray hook should, when it properly updates form state with new line values, also update the ArrayInput / SimpleFormIterator to...

**What you were expecting:** No MUI errors when using ReferenceInputs **What happened instead:** When SelectInput is used as a child of ReferenceInput, and setValue or defaultValues falls outside the possible...

enhancement

**What you were expecting:** Validation passed directly to ArrayInput to work properly as with other inputs on the form. **What happened instead:** This is probably related to issue #7591, but...

bug

This PR features the prop "disableRemove" being passed to `FileInput`, and subsequently to child component `FileInputPreview`, where it can be used to conditionally disable the delete/remove button on a file's...

**What you were expecting:** To be able to pass validate={required()} to both an ArrayInput and its child form inputs, and see the relevant helperText and errors for invalid inputs. **What...

bug

**What you were expecting:** To see a record's "name" value as optionText in an AutocompleteInput or SelectInput when they are a child of a ReferenceInput, and when "optionText" is not...

documentation