diff --git a/ShadowEditor.Web/src/ui/form/Input.jsx b/ShadowEditor.Web/src/ui/form/Input.jsx index 6cb4f514..c906013f 100644 --- a/ShadowEditor.Web/src/ui/form/Input.jsx +++ b/ShadowEditor.Web/src/ui/form/Input.jsx @@ -15,12 +15,12 @@ class Input extends React.Component { } render() { - const { className, style, name, type, value, min, max, step, disabled } = this.props; + const { className, style, name, type, value, min, max, step, show, disabled } = this.props; let val = value === undefined || value === null ? '' : value; return ; + return