abichinger / vue-js-cron

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

Add "readonly" option #38

Closed fcfangcc closed 11 months ago

fcfangcc commented 11 months ago

Sometimes we don't allow user to edit it. readonly will be necessary.

<cron-light v-model="value" @error="error=$event" readonly></cron-light>
abichinger commented 11 months ago

Thank you for this suggestion. I'll definitely add that

abichinger commented 11 months ago

This feature is available in @vue-js-cron/light@^3.1.0 🎉 I called the option disabled