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 2c122b8 commit 75cb7a7Copy full SHA for 75cb7a7
components/combobox/combobox.jsx
@@ -260,7 +260,7 @@ const propTypes = {
260
subTitle: PropTypes.string,
261
title: PropTypes.string,
262
type: PropTypes.string,
263
- disabled: PropTypes.boolean,
+ disabled: PropTypes.bool,
264
tooltipContent: PropTypes.node,
265
})
266
),
components/component-docs.json
@@ -4967,8 +4967,7 @@
4967
"required": false
4968
},
4969
"disabled": {
4970
- "name": "custom",
4971
- "raw": "PropTypes.boolean",
+ "name": "bool",
4972
4973
4974
"tooltipContent": {
0 commit comments