Vue2-datepicker: [Feature request] calendar icon on left

Created on 19 Oct 2020  路  1Comment  路  Source: mengxiong10/vue2-datepicker

What problem does this feature solve?
image

What does the proposed API look like?

Most helpful comment

change the css

.mx-input {
  padding: 6px 10px 6px 30px !important;
}
.mx-icon-calendar, .mx-icon-clear {
  left: 8px !important;
}

>All comments

change the css

.mx-input {
  padding: 6px 10px 6px 30px !important;
}
.mx-icon-calendar, .mx-icon-clear {
  left: 8px !important;
}

Was this page helpful?
0 / 5 - 0 ratings

Related issues

musman92 picture musman92  路  4Comments

kolosovvs picture kolosovvs  路  4Comments

kgusihin picture kgusihin  路  5Comments

MaxDiMart picture MaxDiMart  路  5Comments

kugatsu765 picture kugatsu765  路  3Comments