abichinger / vue-js-cron

Renderless Vue.js cron editor
MIT License
74 stars 23 forks source link

selectedStr of the field goes off when selecting ranges but click not in correct order #6

Closed vniko closed 2 years ago

vniko commented 2 years ago

Whereas it produces the correct cron string the "selectedStr" property shows the ranges incorrectly in case use did not click values one by one in correct order image

vniko commented 2 years ago

My guess is that sorting should be applied to "value" before making the string value out of it image

abichinger commented 2 years ago

@vniko Thanks! This issue should be resolved. If it is not, feel free to reopen the issue.