vitmalina / w2ui

UI widgets for modern apps. Data table, forms, toolbars, sidebar, tabs, tooltips, popups. All under 120kb (gzipped).
http://w2ui.com
MIT License
2.64k stars 730 forks source link

Update w2tooltip.js Problem in calendar if weekStarts = 'M' #2455

Closed peruginia closed 10 months ago

peruginia commented 10 months ago

If weekStarts == 'M' in settings and the month start with a Sunday it will show Monday as red day

peruginia commented 10 months ago

i have a problem using calendar if weekStarts = 'M' in settings and the month start with Sunday it will show Monday as red day

vitmalina commented 10 months ago

Thank you for your PR. With next PR, please review https://github.com/vitmalina/w2ui/wiki/Contribution-Requirement, as there were formatting issue. I fixed it this time. Thanks.

vitmalina commented 10 months ago

There are es lint rules defined, you can just run eslint src demos --ext js --fix to fix them all