We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
node
string
1 parent d209d2e commit 395eae0Copy full SHA for 395eae0
components/input/private/inner-input.jsx
@@ -97,7 +97,7 @@ const propTypes = {
97
/**
98
* Displays help text under the input.
99
*/
100
- inlineHelpText: PropTypes.string,
+ inlineHelpText: PropTypes.oneOfType([PropTypes.node, PropTypes.string]),
101
102
* This callback exposes the input reference / DOM node to parent components. `<Parent inputRef={(inputComponent) => this.input = inputComponent} />
103
0 commit comments