v2.3.0
Add support for disabling escape key click to close panels:
this.panel1Handle = this.$showPanel({
height: '400px',
disableEscClick: true,
props: {
name: this.example1Form.name
}
});
Add support for disabling escape key click to close panels:
this.panel1Handle = this.$showPanel({
height: '400px',
disableEscClick: true,
props: {
name: this.example1Form.name
}
});