You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Inputs/SearchBox/BitSearchBoxDemo.razor
Copy file name to clipboardExpand all lines: src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Inputs/SearchBox/BitSearchBoxDemo.razor.cs
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,13 @@ public partial class BitSearchBoxDemo
55
55
Description="Whether or not to animate the search box icon on focus.",
56
56
},
57
57
new()
58
+
{
59
+
Name="FixedCalloutWidth",
60
+
Type="bool",
61
+
DefaultValue="false",
62
+
Description="Forces the suggest callout width to be always fixed at the component's width.",
Copy file name to clipboardExpand all lines: src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Inputs/SearchBox/BitSearchBoxDemo.razor.samples.cs
+36-11Lines changed: 36 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -97,34 +97,39 @@ public partial class BitSearchBoxDemo
0 commit comments