Module

Specular.Dom.Widgets.Input

Package
purescript-specular
Repository
restaumatic/purescript-specular

#textInputOnChange Source

#textInputOnInput Source

#textareaOnChange Source

#TextInput Source

newtype TextInput

#TextInputConfig Source

type TextInputConfig = { attributes :: WeakDynamic Attrs, initialValue :: String, setValue :: Event String }

#textInput Source

#textInputValueOnChange Source

#textInputValueEventOnEnter Source

#checkbox Source

checkbox :: forall m. MonadWidget m => Boolean -> Attrs -> m (Dynamic Boolean)

#BooleanInputType Source

#getTextInputValue Source

#setTextInputValue Source