inputDialog method
Render an input dialog component (text, email, password, multiline, number)
Implementation
@override
Component inputDialog(InputDialogProps props) => CodexInputDialog(props);
Render an input dialog component (text, email, password, multiline, number)
@override
Component inputDialog(InputDialogProps props) => CodexInputDialog(props);