Aaron Camacho Leandro

Results 3 issues of Aaron Camacho Leandro

I tried to generate a minimum width and a minimum height, but even so the picture does the resize this.cropperSettings.minWidth = 110; this.cropperSettings.minHeight = 110; ![a](https://user-images.githubusercontent.com/15335574/36745457-2adbaf26-1bb5-11e8-8078-3b51b0cd0fe0.JPG)

Cases Covered: - Date - Month - Year - Datetime - Date disabled - Date Range - Time - Time Range WCAG Standards added : focus-visible https://www.w3.org/WAI/WCAG21/Understanding/focus-visible.html Focus order https://www.w3.org/WAI/WCAG21/Understanding/focus-order.html...

Added aria-label to allow screen readers to reach some icon buttons before: ![Screenshot 2023-10-16 at 21 12 42](https://github.com/mengxiong10/vue2-datepicker/assets/15335574/e9d28cb4-d8af-422a-b10a-4cdd9a1520d3) after: ![Screenshot 2023-10-16 at 21 14 05](https://github.com/mengxiong10/vue2-datepicker/assets/15335574/ae3e90c4-e4f7-4c71-893a-1e143ae6c024)