Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
'placeholder',
'string',
null,
null,
'in-field usage hint'
]),
PropTypes.row([
'ref',
'Ref || { field: Ref,input: Ref, }',
null,
null,
'refs to access underlying elements'
]),
PropTypes.row([
'size',
PropTypes.union(TextInput.sizes),
null,
<code>medium</code>,
<span>
horizontal icon placement (from <code>TextInput.sizes</code>)
</span>
]),
PropTypes.row([
'subLabel',
'string',
null,
null,
'supporting text or error messaging'
])
]}
/>
<p></p>