import {Modal} from '@daypilot/modal'; // ... const form = [ { name: 'Description', id: 'description', type: 'text', }, { name: 'Start', id: 'start', type: 'date', dateFormat: 'M/d/yyyy', }, ]; const data = {}; Modal.form(form, data).then(modal => { console.log(modal.result); });
Read more at modal.daypilot.org.
Nothing selected