From fae2c9debb8e03bf6ddb0ef09bf1c704c7b9f007 Mon Sep 17 00:00:00 2001 From: byron Date: Mon, 25 Mar 2019 16:09:58 -0400 Subject: [PATCH] :bug: fix loading_state props for input --- src/components/Input.react.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Input.react.js b/src/components/Input.react.js index b33bb21d9..03dfed8a5 100644 --- a/src/components/Input.react.js +++ b/src/components/Input.react.js @@ -97,6 +97,7 @@ export default class Input extends Component { 'selectionEnd', 'selectionStart', 'setProps', + 'loading_state', ], this.props )}