Module
Concur.React.Widgets
- Package
- purescript-concur-react
- Repository
- ajnsit/purescript-concur
#textInputEnter Source
textInputEnter :: String -> Boolean -> (forall a. Array (ReactProps a)) -> Widget HTML String
A Text input that returns its contents on enter
#textInputWithButton Source
textInputWithButton :: String -> String -> (forall a. Array (ReactProps a)) -> (forall a. Array (ReactProps a)) -> Widget HTML String
A Text input that has a button attached Returns its contents on the user pressing enter, or clicking the button