ProcessMaker / vue-form-elements

Reusable VueJS Based Form Elements
25 stars 12 forks source link

FOUR-7564 Date picker does not validate the correct format #383

Closed rodriquelca closed 1 year ago

rodriquelca commented 1 year ago

Issue & Reproduction Steps

The date picker component is not validating if the usere enter invalid characters in the input field

  1. Create screen
  2. Add line input
  3. Add date picker
  4. Press preview button
  5. Select a date from widget
  6. edit and enter wrong dates to the input

Expected behavior: The date picker component should validate the wrong entered characters .

Actual behavior: The date picker input allow none formatted date

Solution

Related Tickets & Packages

Code Review Checklist

marcoAntonioNina commented 1 year ago

There is a problem when you put a date in the DataInput image

rodriquelca commented 1 year ago

I created https://processmaker.atlassian.net/browse/FOUR-7638 in order to solve the another issue