10 lines
185 B
C#
10 lines
185 B
C#
namespace zero.Core.Renderer
|
|
{
|
|
public class NumberOptions : AbstractFieldInputOptions
|
|
{
|
|
public int MaxLength { get; set; }
|
|
|
|
public string Placeholder { get; set; }
|
|
}
|
|
}
|