TimeInput

This documentation provides a comprehensive reference for the TimeInput component, guiding you through its configuration options.
Demos

Screenshot #

Blazor TimeInput Component

Parameters #

Name Type Default Required Description Added Version
AdditionalAttributes Dictionary<string, object>? null Gets or sets additional attributes that will be applied to the component. 1.6.0
AutoComplete bool False Gets or sets whether browser autocomplete is enabled. When true, the browser may offer saved times for the input. 1.6.0
Class string? null Gets or sets the CSS class name(s) to apply to the component. 1.6.0
Disabled bool False Gets or sets whether the time input is disabled. When true, users cannot change its value. 1.6.0
EnableMinMax bool False Gets or sets whether input is restricted to the configured minimum and maximum times. When true, times outside the range are rejected. 1.6.0
Id string? null Gets or sets the ID. If not set, a unique ID will be generated. 1.6.0
Max object? null Gets or sets the maximum permitted time. It is enforced only when EnableMinMax is true. 1.6.0
Min object? null Gets or sets the minimum permitted time. It is enforced only when EnableMinMax is true. 1.6.0
Placeholder string? null Gets or sets placeholder text displayed when the input has no value. 1.6.0
Style string? null Gets or sets the CSS style string that defines the inline styles for the component. 1.6.0
Value object? null Gets or sets the current time value bound to the input. 1.6.0
ValueExpression Expression<Func<object?>> null Gets or sets the expression that identifies the bound value for validation and EditContext notifications. 1.6.0

Methods #

Name Return type Description Added Version
Disable() Void Disables the time input so users cannot change its value. 1.6.0
Enable() Void Enables the time input so users can change its value. 1.6.0

Events #

Name Return Type Description Added Version
ValueChanged EventCallback<object?> Fires whenever user input changes the time value, including changes produced by typing. 1.6.0

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please reload the page.