public sealed class ValueMapInput<TItem> : ComponentBase,
IHasLocalization
where TItem : AbstractValueMap<TItem>
| ValueMapInputTItem | Initializes a new instance of the ValueMapInputTItem class |
| EditContext | Edit context for the form |
| Id | ID of the element |
| IncludeEmpty | Whether to include the Empty as an option. Default: |
| Loc |
Dependency injection for the localization tool. It derives texts established in CosmosDB's "LocalizedStrings" container.
It can be used by invoking it as an array, with the key of the text you want to get. Parameters for the string can be added in the array as well,
similar to Format(String, Object). If the text is not found, it will return the key itself as fallback. The language the key will be localized based on is based on the CurrentCulture and the CurrentUICulture. If you want to localize something in a different language, you will have to apply the culture on the CultureInfo properties, get the text, and revert back to the original culture. |
| Value | Gets or sets the value. |
| ValueChanged | This event fired on every user keystroke that changes the NumberInput value. |
| ValueExpression | An expression that identifies the bound value. |
| 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 ComponentBaseSetParametersAsync(ParameterView)) |