Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #498 from plotly/fix-input-loading-state
Browse files Browse the repository at this point in the history
🐛 fix loading_state props for input
  • Loading branch information
byronz authored Mar 26, 2019
2 parents bd4c0e2 + ec17f01 commit 6abe86c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Input.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export default class Input extends Component {
'selectionEnd',
'selectionStart',
'setProps',
'loading_state',
],
this.props
)}
Expand Down

0 comments on commit 6abe86c

Please sign in to comment.