From ab12142dfb4b886c831f15c7bdcd7d00b853bc85 Mon Sep 17 00:00:00 2001 From: zahra-yousefi Date: Mon, 4 May 2026 23:21:05 +0330 Subject: [PATCH] fix docs info of DefaultIsShown parameter of BitTooltip #12307 --- .../Pages/Components/Surfaces/Tooltip/BitTooltipDemo.razor.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Surfaces/Tooltip/BitTooltipDemo.razor.cs b/src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Surfaces/Tooltip/BitTooltipDemo.razor.cs index d80920b0db..b52e00566a 100644 --- a/src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Surfaces/Tooltip/BitTooltipDemo.razor.cs +++ b/src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Surfaces/Tooltip/BitTooltipDemo.razor.cs @@ -30,8 +30,8 @@ public partial class BitTooltipDemo new() { Name = "DefaultIsShown", - Type = "bool", - DefaultValue = "false", + Type = "bool?", + DefaultValue = "null", Description = "Default value of the IsShown." }, new()