Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITextboxInput

Extends the base input to include textbox specific data.

Hierarchy

Index

Properties

Properties

Optional controlID

controlID: string

The controlId this input event relates to.

event

event: "change" | "submit"

Textboxes can emit change (regular keyboard input) or submit event.

value

value: string

The value of the textbox.

Generated using TypeDoc