You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-components/source/react/library/form/FormField.js
+17-12
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,8 @@ const propTypes = {
43
43
onChange: PropTypes.func,
44
44
/** Optional additional className */
45
45
className: PropTypes.string,
46
+
/** Optional additional className for inner field */
47
+
innerClassName: PropTypes.string,
46
48
/** Optional additional inline styles */
47
49
style: PropTypes.shape({}),
48
50
/** All additional props are propagated to the inner input elements. See each option for details. TODO: figure out how to get this set up in styleguidist */
0 commit comments