Skip to content

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
AssemblyFable.Ripple.Form.Plain

Declared inside

Attributes

Functions and values

render (config: FieldRenderConfig<string,Attributes>) : DomItem

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