Module
Lumi.Components.Form.Defaults
- Package
- purescript-lumi-components
- Repository
- lumihq/purescript-lumi-components
#FormDefaults Source
class FormDefaults a where
Provides default values for primitive data types to be used as initial values in form builders.
For example:
build_ formDefaults ado
firstName <- focus_ (prop (SProxy :: SProxy "firstName")) textbox
lastName <- focus_ (prop (SProxy :: SProxy "lastName")) textbox
in { firstName, lastName }
Members
formDefaults :: a
Instances
FormDefaults Unit
FormDefaults Boolean
FormDefaults Number
FormDefaults Int
FormDefaults String
FormDefaults (Array a)
(FormDefaults a) => FormDefaults (NonEmptyArray a)
FormDefaults (Maybe a)
(FormDefaults a) => FormDefaults (Either a b)
(FormDefaults a) => FormDefaults (Validated a)
(RowToList r rl, FormDefaultsRecord rl () r) => FormDefaults (Record r)
#FormDefaultsRecord Source
class FormDefaultsRecord rl r_ r | rl -> r_ r where
Members
formDefaultsRecordBuilder :: RLProxy rl -> Builder (Record r_) (Record r)
Instances
FormDefaultsRecord Nil () ()
(IsSymbol l, FormDefaults a, FormDefaultsRecord tail r_ tailR, Lacks l tailR, Cons l a tailR r) => FormDefaultsRecord (Cons l a tail) r_ r
- Modules
- JSS
- Lumi.
Components - Lumi.
Components. Badge - Lumi.
Components. Border - Lumi.
Components. Breadcrumb - Lumi.
Components. Button - Lumi.
Components. ButtonGroup - Lumi.
Components. Card - Lumi.
Components. CardGrid - Lumi.
Components. Color - Lumi.
Components. Column - Lumi.
Components. Details - Lumi.
Components. Divider - Lumi.
Components. DropdownButton - Lumi.
Components. EditableTable - Lumi.
Components. FetchCache - Lumi.
Components. FixedPrecisionInput - Lumi.
Components. Form - Lumi.
Components. Form. Defaults - Lumi.
Components. Form. Internal - Lumi.
Components. Form. Table - Lumi.
Components. Form. Validation - Lumi.
Components. Icon - Lumi.
Components. Images - Lumi.
Components. Input - Lumi.
Components. InputGroup - Lumi.
Components. LabeledField - Lumi.
Components. Layouts - Lumi.
Components. Layouts. Centered - Lumi.
Components. Layouts. OneColumnWithHeader - Lumi.
Components. Layouts. Tabs - Lumi.
Components. Link - Lumi.
Components. List - Lumi.
Components. Loader - Lumi.
Components. Lockup - Lumi.
Components. Modal - Lumi.
Components. NativeSelect - Lumi.
Components. Navigation - Lumi.
Components. Orientation - Lumi.
Components. Pagination - Lumi.
Components. Pill - Lumi.
Components. Progress - Lumi.
Components. Responsive - Lumi.
Components. Row - Lumi.
Components. Select - Lumi.
Components. Select. Backend - Lumi.
Components. Size - Lumi.
Components. Slider - Lumi.
Components. Spacing - Lumi.
Components. Status - Lumi.
Components. StatusSlat - Lumi.
Components. Styles - Lumi.
Components. Svg - Lumi.
Components. Tab - Lumi.
Components. Table - Lumi.
Components. Table. FilterDropdown - Lumi.
Components. Text - Lumi.
Components. Textarea - Lumi.
Components. Toast - Lumi.
Components. Tooltip - Lumi.
Components. Upload - Lumi.
Components. Utility. ReactRouter - Lumi.
Components. Wizard - Lumi.
Components. ZIndex - Lumi.
Components2. Box - Lumi.
Components2. Button - Lumi.
Components2. ButtonGroup - Lumi.
Components2. Link - Lumi.
Components2. Slat - Lumi.
Styles - Lumi.
Styles. Border - Lumi.
Styles. Box - Lumi.
Styles. Button - Lumi.
Styles. Link - Lumi.
Styles. Loader - Lumi.
Styles. Slat - Lumi.
Styles. Theme