Ismael Venegas Castelló

Results 67 comments of Ismael Venegas Castelló

Before: ![image](https://user-images.githubusercontent.com/4594825/34077607-638671ec-e2cd-11e7-8b76-80848d48190f.png) After: ![image](https://user-images.githubusercontent.com/4594825/34077609-6ee14b16-e2cd-11e7-860c-d2f6dbbcaf88.png)

If this is no longer reproducible or is fixed, we should close this issue.

This can be done with the humanize tag: * https://docs.djangoproject.com/en/1.11/ref/contrib/humanize

I have the same problem when trying to embebed a Google Maps map inside a dashboard module that displays routes, the route displayed changes according to the place selected, but...

In latest **dev**, if I click the select option it doesn't even pick it up, the options pop up just stays there: ![image](https://cloud.githubusercontent.com/assets/4594825/24831470/877fdf1e-1c5f-11e7-8234-eb517b72038a.png)

@SalahAdDin sure thing, this is the working map, just opening the template in a new tab: ![image](https://cloud.githubusercontent.com/assets/4594825/24838849/ba3304ac-1d15-11e7-91da-76d3263885ac.png) Here is the Maps dashboard module template: ```js {% load humanize %} Start:...

@f1nality here is the code from `bundle.min.js` at the `initSelect` function: ```js initSelect: function(t, e) { var i = { theme: "jet", dropdownAdapter: e, width: "auto" }; if (t.hasClass("ajax")) {...

The file in question is: `static\jet\build\bundle.min.js` I have tried manually editing this generated file like this: ```js t.on("change", function(e) { var $ = jQuery.noConflict(true); $(t.get(0)).trigger(e) }) ``` But I'm still...

@SalahAdDin It's part of django-jet dev.

@SalahAdDin @f1nality I have figured out that part of the file `static\jet\build\bundle.min.js` is *built* from `jet/static/jet/js/src/features/selects.js` > Combined JS scripts of JET – jet/static/jet/js/build/bundle.min.js I should have red `CONTRIBUTING` sooner,...