@change in Datetime Input on 0.17.18 isn't working - I don't want to use @input
-
Hello all,
As the subject states, @change isn’t working. @input is, but it triggers for each element of the datetime that is changed. I need to use the event to grab a potentially large amount of data and certainly don’t want to launch that process 5 or 6 times for one date change. I just want to do it once.
Has anyone gotten it to work? I don’t think there should be any changes between an @input version and @change, right? Shouldn’t I just be able to swap our the event name and be good to go?
-
The documentation says to use .lazy, did you do it that way?