diff --git a/components/doc/common/apidoc/index.json b/components/doc/common/apidoc/index.json index c11ad4eebb..85d6c2204c 100644 --- a/components/doc/common/apidoc/index.json +++ b/components/doc/common/apidoc/index.json @@ -41439,6 +41439,14 @@ "props": { "description": "Defines valid properties in SelectButton component. In addition to these, all properties of HTMLDivElement can be used in this component.", "values": [ + { + "name": "allowEmpty", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "true", + "description": "Whether selection can not be cleared." + }, { "name": "ariaLabelledBy", "optional": true,