Skip to content

v2.3.0

Compare
Choose a tag to compare
@officert officert released this 06 Oct 14:41
· 35 commits to master since this release

Add support for disabling escape key click to close panels:

this.panel1Handle = this.$showPanel({
        height: '400px',
        disableEscClick: true,
        props: {
          name: this.example1Form.name
        }
      });