view : List (Attribute msg) -> { value : String, onInput : String -> msg } -> Html msg
placeholder : String -> Attribute msg
resizable : Basics.Bool -> Attribute msg
rows : Basics.Int -> Attribute msg
autogrow : Basics.Bool -> Attribute msg
autofocus : Attribute msg
disabled : Basics.Bool -> Attribute msg
readOnly : Basics.Bool -> Attribute msg
required : Basics.Bool -> Attribute msg
onBlur : msg -> Attribute msg
onEnter : msg -> Attribute msg
onFocus : msg -> Attribute msg
htmlAttrs : List (Html.Attribute msg) -> Attribute msg
noAttr : Attribute msg