0👍
I think adding a ref to the flat picker and then calling focus via the ref might solve the problem
this.$refs.flatPicker.focus()
Source:stackexchange.com
0👍
I think adding a ref to the flat picker and then calling focus via the ref might solve the problem
this.$refs.flatPicker.focus()