diff --git a/src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Inputs/NumericTextField/BitNumericTextFieldDemo.razor.cs b/src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Inputs/NumericTextField/BitNumericTextFieldDemo.razor.cs
index 4d7013b349..3233d4db6f 100644
--- a/src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Inputs/NumericTextField/BitNumericTextFieldDemo.razor.cs
+++ b/src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Inputs/NumericTextField/BitNumericTextFieldDemo.razor.cs
@@ -135,6 +135,13 @@ public partial class BitNumericTextFieldDemo
Description = "Max value of the numeric text field. If not provided, the numeric text field has max value.",
},
new()
+ {
+ Name = "NumberFormat",
+ Type = "string",
+ DefaultValue = "{0}",
+ Description = "The format of the number in the numeric text field.",
+ },
+ new()
{
Name = "OnChange",
Type = "EventCallback",
@@ -207,13 +214,6 @@ public partial class BitNumericTextFieldDemo
Description = "Custom CSS styles for different parts of the BitNumericTextField.",
},
new()
- {
- Name = "Suffix",
- Type = "string",
- DefaultValue = "string.Empty",
- Description = "A text is shown after the numeric text field value.",
- },
- new()
{
Name = "ShowButtons",
Type = "bool",
@@ -427,8 +427,8 @@ private void HandleInvalidSubmit()
DecrementIconName=""@BitIconName.DislikeSolid"" />";
private readonly string example4RazorCode = @"
-
-";
+
+";
private readonly string example5RazorCode = @"
-Header Template (in Grouped mode)
-
+ RenderType=""BitNavRenderType.Grouped""
+ NameSelectors=""@(new() { Text = { Name = nameof(CarMenu.Name) },
+ Url = { Name = nameof(CarMenu.PageUrl) },
+ Target = { Name = nameof(CarMenu.UrlTarget) },
+ Title = { Name = nameof(CarMenu.Tooltip) },
+ IsExpanded = { Name = nameof(CarMenu.IsExpandedParent) },
+ CollapseAriaLabel = { Name = nameof(CarMenu.CollapsedAriaLabel) },
+ ExpandAriaLabel = { Name = nameof(CarMenu.ExpandedAriaLabel) },
+ ChildItems = { Name = nameof(CarMenu.Links) },
+ Description = { Name = nameof(CarMenu.Comment) } })"">