Form

The form component uses Modal, the difference between them is tabbing, and the default buttons that act as a submit form.

The way of the form appears (fullscreen) on window is relative with the parent HTML element.


Show Form

      
      {{result | json}}
     
    

Note

The Component that you want to customize inside an Form has to be created with the form tag: <tl-form></tl-form>

Properties

Name Type Default Description Options
{{ item.name }} {{ item.type }} {{ item.default }} {{ item.description }} {{ item.options }}

Events

Name Description
{{ item.name }} {{ item.description }}

Examples

Modal Options
Form With Options