jcsmorais / shortcut-buttons-flatpickr

Flatpickr's plugin that provides users an alternative way to interact with the datetime picker.
MIT License
26 stars 15 forks source link

Allow multiple classes on button attribute #34

Closed hracik closed 2 years ago

hracik commented 2 years ago

Allow multiple classes on button attribute. E.g.: {class: 'class1 class2 class3'}

hracik commented 2 years ago

@jcsmorais Is it ok? Can you please merge/create version?

jcsmorais commented 2 years ago

@jcsmorais Is it ok? Can you please merge/create version?

Getting to this PR took slightly longer than I had anticipated; fwiw just reviewed it and even though it works I think we can simplify it a bit.

I'll merge it in as soon as my feedback is addressed.

Thanks 👍

hracik commented 2 years ago

@jcsmorais Ok, I pushed your suggestion to simplify the code.

jcsmorais commented 2 years ago

Thanks for your contribution @hracik 👍 I'll release a new version asap.

hracik commented 2 years ago

@jcsmorais Thank you for your work.