InputType
Wisej.Web.InputType
Last updated
Wisej.Web.InputType
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the type, min, max, step, and mode properties to associate to the <input> element in a TextBox control. See https://www.w3schools.com/tags/att_input_type.asp.
String: Specifies the maximum value allowed. See https://www.w3schools.com/tags/att_input_type.asp. (Default: null
)
String: Specifies the minimum value allowed. See https://www.w3schools.com/tags/att_input_type.asp. (Default: null
)
TextBoxMode: Specifies the type of data that might be entered by the user while editing the element or its contents. See https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode. (Default: Text
)
Nullable<Double>: Specifies the legal number intervals. See https://www.w3schools.com/tags/att_input_type.asp. (Default: null
)
TextBoxType: Specifies the type of <input> element to display. See https://www.w3schools.com/tags/att_input_type.asp. (Default: Text
)