Jason O
Jason O
Any chance to add | (pipeline char) as the delimiter? That seems to be less likely to appear in the actual data, and somewhat commonly used as a delimiter.
@austiezr Yes, there is no more error in "version": "==0.15.26" Thank you!
Same issue here. It's surprising to see so few postings about the use of Firebase on Google Appengine on the internet.
This seems to work for me. ``` onEnd: e => { e.item.parentNode.removeChild(e.item); } ```
@fabiot21 Have you found a work around?
@jmnda-dev I see you have contributed a lot to this project for Phoenix Liveview integration. Can you please shed some lights on what my issue might be caused by? Thanks.
@jmnda-dev Just to share my findings. I tried addEventListener("changeDate"..) like the following, and it does trigger `phx-change`. However, it seems to cause LV to go into some kind of loop...
Also tried modifying Datepicker.js like this, but it still didn't trigger phx-change. ``` if (newDates.toString() !== datepicker.dates.toString()) { datepicker.dates = newDates; refreshUI(datepicker, render ? 3 : 1); triggerDatepickerEvent(datepicker, 'input'); ///...
@jmnda-dev Happy Thanksgiving! Thank you for taking time to look into this. As you can see in this screen capture video, I face a few issues. 1. The date picker...
@jmnda-dev Yes. That will be great. Thank you!!