PasswordInput.this

Create a password input.

class PasswordInput
this
(
string placeholder = ""
,
void delegate
()
@trusted
submitted = null
)

Parameters

placeholder string

Placeholder text for the field.

submitted void delegate
()
@trusted

Callback for when the field is submitted.

Meta