We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7cb19e + 3b306c7 commit b6ee2fbCopy full SHA for b6ee2fb
packages/ra-ui-materialui/src/input/AutocompleteArrayInput.tsx
@@ -100,6 +100,7 @@ const AutocompleteArrayInput: FunctionComponent<
100
allowEmpty,
101
classes: classesOverride,
102
choices = [],
103
+ disabled,
104
emptyText,
105
emptyValue,
106
format,
@@ -449,6 +450,7 @@ const AutocompleteArrayInput: FunctionComponent<
449
450
margin={margin}
451
color={color as any}
452
size={size as any}
453
+ disabled={disabled}
454
{...inputProps}
455
{...options}
456
/>
0 commit comments