mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
@@ -473,7 +473,7 @@ export default mixins(
|
|||||||
|
|
||||||
// Set focus on field
|
// Set focus on field
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
(this.$refs.inputField as HTMLInputElement).focus();
|
(this.$refs.inputField.$el.querySelector('input') as HTMLInputElement).focus();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
valueChanged (value: string | number | boolean | Date | null) {
|
valueChanged (value: string | number | boolean | Date | null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user