DateInputTValue Class
Blazor Bootstrap DateInputTValue component is constructed using an HTML input of type="date" which limits user input based on pre-defined parameters.
This component enables users to input a date using a text box with validation or a special date picker interface.
| AutoComplete |
If , DateInput can complete the values automatically by the browser.
|
| Disabled |
Gets or sets the disabled state.
|
| EnableMinMax |
Determines whether to restrict the user input to Min and Max range.
If , restricts the user input between the Min and Max range. Else accepts the user input.
|
| Max |
Gets or sets the max.
Allowed format is yyyy-mm-dd.
|
| Min |
Gets or sets the min.
Allowed format is yyyy-mm-dd.
|
| Placeholder |
Gets or sets the placeholder.
|
| Value |
Gets or sets the value.
|
| ValueChanged |
This event fired on every user keystroke that changes the DateInput value.
|
| ValueExpression |
An expression that identifies the bound value.
|