public sealed class FreeFieldsInput<T> : InputComponentBase<T>
where T : class, IIdLabel, IFreeFields
| FreeFieldsInputT | Initializes a new instance of the FreeFieldsInputT class |
| CurrentUser | Dependency injected user state service. |
| Labels | Labels for the free fields, if the company has set them. |
| 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)) |