ProcessMaker / vue-form-elements

Reusable VueJS Based Form Elements
25 stars 12 forks source link

FOUR-7559: Fixed datepicker input not being responsive #382

Closed TinCodes closed 1 year ago

TinCodes commented 1 year ago

Issue & Reproduction Steps

The date picker component is not responsive as other controls and it doesn't look good on the design the screen.

  1. Create screen
  2. Add line input
  3. Add date picker
  4. Press preview button

Expected behavior: The date picker component should be responsive, the same with others controls, the label should be at the top.

Actual behavior: The date picker input is displayed next to its' label either in design mode or in preview mode.

Solution

How to Test

Test the steps above

Related Tickets & Packages

Code Review Checklist