supermacro / elm-antd / Ant.Form.InputField

This module contains a reusable InputField type.

Definition


type alias InputField values =
Ant.Form.Field.Field Attributes String values

Represents a text field.

Note: You should not need to care about this unless you are creating your own custom fields or writing custom view code.


type alias Attributes =
{ label : String
, placeholder : String 
}

The attributes of a InputField.

You need to provide these to: