A component that allows users to input data.
For more examples, visit the Storybook.
The type of input.
The placeholder text for the input.
If true, the input will be disabled.
The default value of the input.
The current value of the input.
Callback function that is called when the value changes.
For more examples, visit the Storybook.
The type of input.
The placeholder text for the input.
If true, the input will be disabled.
The default value of the input.
The current value of the input.
Callback function that is called when the value changes.
For more examples, visit the Storybook.
If true, the input will be read-only.
The maximum length of the input.
Specifies whether to remove any leading or trailing whitespace from the value. Set to false by default.
Gets or sets a value indicating the type of built-in autocomplete the browser should use. “Blazor.AutoCompleteType”
The name of the input.
The tab index of the input.
The placeholder text for the input.
If true, the input will be disabled.
Gets or sets the value.
Callback function that is called when the value changes.
Callback function that is called when the value changes.
The expression for the value.
Specifies additional custom attributes that will be rendered by the component.
Gets or sets the callback that is invoked when the mouse enters an item.
Gets or sets the callback that is invoked when the mouse leaves an item.
A callback that will be invoked when the user right-clicks the component. Commonly used to display a context menu.
Gets or sets the culture used to display localizable data (numbers, dates). Set by default to “CultureInfo.CurrentCulture”.
Gets or sets the inline CSS style.
Gets or sets a value indicating whether this “T:Studs.StudsComponent” is visible. Invisible components are not rendered.