Module

Concur.React.Widgets

Package
purescript-concur-react
Repository
ajnsit/purescript-concur

#textInputEnter Source

textInputEnter :: String -> Boolean -> (forall a. Array (Props a)) -> Widget HTML String

A Text input that returns its contents on enter

#textInputWithButton Source

textInputWithButton :: String -> String -> (forall a. Array (Props a)) -> (forall a. Array (Props a)) -> Widget HTML String

A Text input that has a button attached Returns its contents on the user pressing enter, or clicking the button