uncover-co / elm-widgets / W.InputCode

view : List (Attribute msg) -> { length : Basics.Int, value : String, onInput : String -> msg } -> Html msg

Styles

hiddenCharacters : Attribute msg

uppercase : Attribute msg

Html

htmlAttrs : List (Html.Attribute msg) -> Attribute msg

Applied to the hidden input field.

noAttr : Attribute msg


type Attribute msg