Skip to content

Commit

Permalink
Pass along required for custom checkboxes widgets (#1259)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteger authored and epicfaace committed Apr 24, 2019
1 parent 45ff77f commit 2d63594
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/fields/ArrayField.js
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ class ArrayField extends Component {
formData,
disabled,
readonly,
required,
autofocus,
onBlur,
onFocus,
Expand Down Expand Up @@ -448,6 +449,7 @@ class ArrayField extends Component {
value={items}
disabled={disabled}
readonly={readonly}
required={required}
formContext={formContext}
autofocus={autofocus}
rawErrors={rawErrors}
Expand Down

0 comments on commit 2d63594

Please sign in to comment.