Skip to content

Commit 7ef15c7

Browse files
committed
910140: Documentaion for Time Restriction, Input Formats and Disabled items Features
1 parent 7f52182 commit 7ef15c7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

blazor-toc.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3314,6 +3314,7 @@
33143314
<li><a href="/blazor/mention/working-with-data">Working with Data</a></li>
33153315
<li><a href="/blazor/mention/filtering-data">Filtering Data</a></li>
33163316
<li><a href="/blazor/mention/sorting">Sorting</a></li>
3317+
<li> <a href="/blazor/mention/disabled-items">Disabled Items</a></li>
33173318
<li><a href="/blazor/mention/templates">Templates</a></li>
33183319
<li><a href="/blazor/mention/localization">Localization</a></li>
33193320
<li><a href="/blazor/mention/customization">Customization</a></li>

blazor/timepicker/time-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ By default, the TimePicker's format is based on the culture. You can also set th
2828

2929
## Input Formats
3030

31-
The input format can be used to specify how the date and time value is entered in a `TimePicker` control.
31+
The input format can be used to specify how the time value is entered in a `TimePicker` control.
3232

3333
The string format of the time value specifies how the time should be represented as a string when entered by the user. When the user types the time in the input format, it will be automatically converted to the display format after pressing enter, tab key, or when the input loses focus. This enhances the user experience by allowing intuitive data entry through various custom input formats. You can also set your own [Custom Format](https://learn.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings) or [Standard Format](https://learn.microsoft.com/en-us/dotnet/standard/base-types/standard-date-and-time-format-strings) by using the [InputFormats](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Calendars.SfTimePicker-1.html#Syncfusion_Blazor_Calendars_SfTimePicker_1_InputFormats) property.
3434

0 commit comments

Comments
 (0)