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