Skip to content

Commit

Permalink
Pass along label/placeholder/registry for custom multiselect widgets. (
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteger authored and epicfaace committed Jun 3, 2019
1 parent bf0e8b8 commit 2a7e4e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/fields/ArrayField.js
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,8 @@ class ArrayField extends Component {
disabled,
readonly,
required,
label,
placeholder,
autofocus,
onBlur,
onFocus,
Expand All @@ -446,10 +448,13 @@ class ArrayField extends Component {
onFocus={onFocus}
options={options}
schema={schema}
registry={registry}
value={items}
disabled={disabled}
readonly={readonly}
required={required}
label={label}
placeholder={placeholder}
formContext={formContext}
autofocus={autofocus}
rawErrors={rawErrors}
Expand Down

0 comments on commit 2a7e4e1

Please sign in to comment.