mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
parent
92669bb77a
commit
168d2214a8
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue