diff --git a/packages/ra-ui-materialui/src/input/AutocompleteArrayInput.js b/packages/ra-ui-materialui/src/input/AutocompleteArrayInput.js
index 16d3143498..768e6130f9 100644
--- a/packages/ra-ui-materialui/src/input/AutocompleteArrayInput.js
+++ b/packages/ra-ui-materialui/src/input/AutocompleteArrayInput.js
@@ -250,7 +250,14 @@ export class AutocompleteArrayInput extends React.Component {
error={touched && error}
helperText={touched && error && helperText}
chipRenderer={this.renderChip}
- label={}
+ label={
+
+ }
{...other}
{...options}
/>