Fixed - [CascadeSelect] Clicking second level item closes modal.

pull/2862/head
mertsincan 2022-08-12 10:34:56 +01:00
parent c687114dc7
commit e5487a8265
1 changed files with 0 additions and 1 deletions

View File

@ -215,7 +215,6 @@ export default {
},
onBlur(event) {
this.focused = false;
this.activeOptionPath = [];
this.focusedOptionInfo = { index: -1, level: 0, parentKey: '' };
this.searchValue = '';
this.$emit('blur', event);