Create Modal
Create new confirmation with options
async Create(title: string, inputs: Object)
Attention
This is an asynchronous function. You must wait for the response to arrive.
Create new confirmation with options
title: The title to display in the header.
*inputs: Created custom Dialogio inputs object. Modal supports Maximum 5 Inputs.
Returns input values or empty object
Last updated