TextInput.this

Create a text input.

  1. this(BasicNodeParam!index sup, string placeholder, void delegate() @(trusted) submitted)
  2. this(NodeParams params, string placeholder, void delegate() @(trusted) submitted)
    class TextInput
    this
    (,
    string placeholder = ""
    ,
    void delegate
    ()
    @trusted
    submitted = null
    )

Parameters

params NodeParams

Node parameters.

placeholder string

Placeholder text for the field.

submitted void delegate
()
@trusted

Callback for when the field is submitted.

Meta