From c1a8ce3b138f2a6b2501b1c9f162dd9c5f29dcaf Mon Sep 17 00:00:00 2001 From: navedqb Date: Tue, 29 Oct 2024 11:54:02 +0530 Subject: [PATCH] remove closeIcon prop from InPlace documentation --- apps/showcase/doc/common/apidoc/index.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/apps/showcase/doc/common/apidoc/index.json b/apps/showcase/doc/common/apidoc/index.json index b1aadcb34..835116d25 100644 --- a/apps/showcase/doc/common/apidoc/index.json +++ b/apps/showcase/doc/common/apidoc/index.json @@ -32592,14 +32592,6 @@ "default": "false", "description": "When present, it specifies that the element should be disabled." }, - { - "name": "closeIcon", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Icon to display in the close button." - }, { "name": "displayProps", "optional": true,