inputDialog abstract method

Component inputDialog(
  1. InputDialogProps props
)

Render an input dialog component (text, email, password, multiline, number)

Implementation

Component inputDialog(InputDialogProps props);