From fa9d1a36fd1462fa5d36d2a9ac998e4a9bfe5367 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 10 Oct 2023 14:06:28 +0000 Subject: [PATCH] Update API doc --- components/doc/common/apidoc/index.json | 8 ++++++++ 1 file changed, 8 insertions(+) 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,