DynamicInput
Dynamically render Input controls from FormLayout definition
Assembly: ServiceStack.Blazor.dll
View Source
Declaration
public class DynamicInput : DynamicInputBase
Inherited Properties
AllAttributes
View Source
Declaration
protected Dictionary<string, object> AllAttributes { get; }
Id
View Source
Declaration
public override string Id { get; set; }
Input
View Source
Declaration
public InputInfo Input { get; set; }
Model
View Source
Declaration
public Dictionary<string, object> Model { get; set; }
UseHelp
View Source
Declaration
protected override string UseHelp { get; }
UseId
View Source
Declaration
protected string UseId { get; }
UseLabel
View Source
Declaration
protected override string UseLabel { get; }
UsePlaceholder
View Source
Declaration
protected override string UsePlaceholder { get; }
UseType
View Source
Declaration
protected override string UseType { get; }
Value
View Source
Declaration
protected string Value { get; set; }
ValueObject
View Source
Declaration
protected object ValueObject { get; set; }
Values
View Source
Declaration
protected List<string> Values { get; set; }
Inherited Methods
KvpValues()
View Source
Declaration
protected List<KeyValuePair<string, string>> KvpValues()
Returns
System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<System.String,System.String>>