Skip to content

Commit

Permalink
fix(autocomplete): fix #autocomplete status by forwarding status_state
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker committed Feb 10, 2021
1 parent 52def57 commit 170adbb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1661,6 +1661,7 @@ class AutocompleteInstance extends React.PureComponent {
}
size={size}
status={!opened && status ? status_state : null}
status_state={status_state}
type={null}
submit_element={submitButton}
input_state={
Expand Down

0 comments on commit 170adbb

Please sign in to comment.