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-renderer-demo/src/pages/mappers/carbon-component-mapper.md
+2-33Lines changed: 2 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,41 +38,10 @@ This field will show the error immediately.
38
38
39
39
## Select
40
40
41
-
### No isClearable
41
+
### isClearable and isSearchable turn on each other
42
42
43
-
Carbon select does not support `isClearable` option, instead of it use an option with null.
43
+
Carbon doesn't provide a component that is searchable but not clearable and vice versa. Therefore, if one of these two options is turned on, it automatically triggers the other.
0 commit comments