Topic: DatePicker format date

falkonde free asked 4 years ago


Hi,

In my datePicker I have established as a DD / MM / YYYY format and it works correctly the first time I choose a date, but when I select the date from the input again, I get the error that occurred in the image. What's going on?

template:

<mdb-date-picker v-model="date" :option="option" />

script:

  data () {
    return {
      date: '',
      option: {
        type: 'day',
        format: 'DD/MM/YYYY'
      }
    }
  }

Best regards

invalid datepicker pop-up


Magdalena Dembna staff answered 4 years ago


It appears to be a problem with v-model example. Changing v-model to @getValue should fix the problem for now and we will try to fix this bug as soon as we can. Thanks for reporting it! Kind regards, Magdalena



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Free
  • Premium support: No
  • Technology: MDB Vue
  • MDB Version: 5.6.0
  • Device: PC
  • Browser: Chrome
  • OS: Windows
  • Provided sample code: No
  • Provided link: No