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.
1 parent 1e7ad04 commit ba6c32cCopy full SHA for ba6c32c
packages/react-renderer-demo/src/pages/mappers/carbon-component-mapper.md
@@ -127,19 +127,4 @@ No known workaround.
127
128
_Possible workaround: reimplement Carbon select as we did for PF4/PF3_
129
130
-## Missing helper texts, errors
131
-
132
-Following components does not support `helperText` and won't show error messages
133
134
-```
135
-componentTypes.RADIO,
136
-componentTypes.SWITCH,
137
-componentTypes.CHECKBOX,
138
-componentTypes.DATE_PICKER, // has error message
139
-componentTypes.TIME_PICKER, // has error message
140
-componentTypes.SLIDER
141
142
143
-Possible workaround with implementing a custom `helperText` component.
144
145
</DocPage>
0 commit comments