Skip to content

Commit

Permalink
Merge pull request #2410 from AskseL/next
Browse files Browse the repository at this point in the history
Passing props into react-autosuggest
  • Loading branch information
fzaninotto authored Nov 29, 2018
2 parents 6c612b1 + 6d6f686 commit 9de8272
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ra-ui-materialui/src/input/AutocompleteInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ export class AutocompleteInput extends React.Component {
source,
className,
options,
...rest
} = this.props;
const { suggestions, searchText } = this.state;

Expand Down Expand Up @@ -499,6 +500,7 @@ export class AutocompleteInput extends React.Component {
onFocus: this.handleFocus,
options,
}}
{...rest}
/>
);
}
Expand Down

0 comments on commit 9de8272

Please sign in to comment.