Skip to content

Bug fixes and code cleanup

Latest
Compare
Choose a tag to compare
@brunocfalcao brunocfalcao released this 29 Nov 17:28
· 13 commits to master since this release

Bugs Fixed:

#51 - JS error when HandleChange was triggered. For now I overrided the handleChange but later on I'll optimize it to be compatible with the Nova method signature. Doesn't break previous versions because this method was always giving this exception.

Others:

Changed some flatpickr methods that were being loaded inside the Vue component and should be on the parent component (the flatpickr itself).