EmailField
[<Class>]
type EmailField =
render (config: FieldRenderConfig<string,Attributes>) : DomItem
static member create (fieldId: string) : Attributes
static member withAutoComplete (autoComplete: string) (attributes: Attributes) : Attributes
static member withAutoFocus (attributes: Attributes) : Attributes
static member withLabel (label: string) (attributes: Attributes) : Attributes
static member withPlaceholder (placeholder: string) (attributes: Attributes) : Attributes
| |
|---|
| Assembly | Fable.Ripple.Form.Plain |
Declared inside
Functions and values
Methods
static member create (fieldId: string) : Attributes
static member withAutoComplete (autoComplete: string) (attributes: Attributes) : Attributes
static member withAutoFocus (attributes: Attributes) : Attributes
static member withLabel (label: string) (attributes: Attributes) : Attributes
static member withPlaceholder (placeholder: string) (attributes: Attributes) : Attributes