public sealed class PasswordInput<T> : InputComponentBase<T>
where T : class
| PasswordInputT | Initializes a new instance of the PasswordInputT class |
| Accessor | Accessor for the property |
| AutoComplete | html autocomplete attribute for the input element. |
| Disabled | Check if the input is disabled |
| Label | Label left of the text element |
| Placeholder | Placeholder for the input element. |
| ToolTip | Tooltip for the text element |
| SetParametersAsync |
Parameters are loaded manually for sake of performance; if we were to use System.Reflection magic, it would hurt performance if components were used in large numbers.
(Overrides InputComponentBaseTSetParametersAsync(ParameterView)) |