In my Vue.js project, I decided to implement a date input field using cleave.js.
After passing the following options:
options="{date: true, delimiter: '/', datePattern: ['m', 'd', 'Y']}"
I encountered an issue where the output is displayed as "12121995" instead of the expected "12/12/1995". The text field visually shows the delimiters, but when extracting the value, it appears as 12121995.