In my Nuxt.js with Vuetify app, I successfully implemented a date picker that works well when selecting dates from the calendar. Now, I want to extend this functionality to allow users to type in dates as well. For example, if someone types "12122021", it should automatically format to "12/12/2021" while typing. Here is what I have attempted so far.
However, I am encountering an undefined error when input field loses focus. Can anyone provide guidance on how to implement this feature successfully?