Denis Montes
Results
2
comments of
Denis Montes
You need access the input-field by ref. So disabled the input.
It's possible. 1 - Create a ref="yourInput" at your field. 2 - Access the input field : this.$refs.yourInput.$el. Ready. You have access to your root div. From him, you can...