acrolink
acrolink
It is really a great application. Thank you.
**Update** What I have done in the meantime is to create a custom function in Atom's `init.coffee` which: 1) If current file is `html.eex`, changes the grammar to `HTML` (html.basic)...
@alexrsunrise Any updates on this? Have you found a solution for NuxtJS?
I agree with @ChrisZou .. Should be tuned to the new Pheonix 1.3 folder structure.
Same question.. Seems not..
Would be also helpful to get either the string or the integer as it is stored in the database. Especially in `Ecto select`.
I have managed to do that by triggering a change event on a random and completely unrelated select field in the filterrific form. A working hack.
@R1cro Here's the solution: ``` $('.datetimepicker').on("dp.change", function (e) { $(this).trigger('change'); $('#filterrific_with_product_id').change(); // Any random unrelated filterrific filter input.. $('.datetimepicker').blur(); }); ```
Kindly release a new updated release including this patch, I had to use `master` branch in order to fix this issue. Thank you.
I have "solved" this issue by having JS keep the page parameter and remove the rest on mouseover..