namespace zero.Core.Renderer
{
public class TextOptions : AbstractFieldInputOptions
public int MaxLength { get; set; }
public string Placeholder { get; set; }
}