From fdb187ea33385705e76c197de709daff93fb0145 Mon Sep 17 00:00:00 2001 From: rosenthalj <45439491+rosenthalj@users.noreply.github.com> Date: Wed, 18 Oct 2023 05:24:39 -0400 Subject: [PATCH] Update index.json set SelectButton default value for allowEmpty to false --- src/app/showcase/doc/apidoc/index.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/showcase/doc/apidoc/index.json b/src/app/showcase/doc/apidoc/index.json index 940d29058f2..342d5e8ee78 100644 --- a/src/app/showcase/doc/apidoc/index.json +++ b/src/app/showcase/doc/apidoc/index.json @@ -18659,7 +18659,7 @@ "optional": false, "readonly": false, "type": "boolean", - "default": "true", + "default": "false", "description": "Whether selection can not be cleared." }, { @@ -26231,4 +26231,4 @@ } } } -} \ No newline at end of file +}