List of Input Parameters for VSP: FE
[sdc.git] / openecomp-ui / src / nfvo-components / input / validation / Input.jsx
index f3279b0..b27ba1d 100644 (file)
@@ -89,6 +89,7 @@ class Input extends React.Component {
                             inputRef={input => (this.input = input)}
                             type={type}
                             data-test-id={this.props['data-test-id']}
+                            placeholder={this.props.placeholder || ''}
                         />
                     )}
                     {type === 'number' && (