Modal Elements
Modal elements represet the specific type of the fields present in the modal
Available elements
Dyvix provides a wide range of element. You can trigger these by passing the string name or the exported constant object for types safety.
DYVIX_MODAL_ELEMENT.TEXT:'text'DYVIX_MODAL_ELEMENT.EMAIL:'email'DYVIX_MODAL_ELEMENT.PASSWORD:'password'DYVIX_MODAL_ELEMENT.SEARCH:'search'DYVIX_MODAL_ELEMENT.URL:'url'DYVIX_MODAL_ELEMENT.TEL:'tel'DYVIX_MODAL_ELEMENT.SELECT:'select'DYVIX_MODAL_ELEMENT.D_SELECT:'d-select'DYVIX_MODAL_ELEMENT.AUTOCOMPLETE:'autocomplete'DYVIX_MODAL_ELEMENT.CHECKBOX:'checkbox'DYVIX_MODAL_ELEMENT.FILE:'file'
