[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.InputTimeBuilder-1.InputType

InputType Method

InputType(string)

Configurates InputType. Sets the "type" attribute of the HTML input element hosted by the control.

Declaration
public InputTimeBuilder<T> InputType(string value)
Parameters
Type Name Description
string value

The value.

Returns
Type Description
InputTimeBuilder<T>

Current builder.

Remarks

By default, this property is set to "tel", a value that causes mobile devices to show a numeric keypad that includes a negative sign and a decimal separator.