Ismael Venegas Castelló
Ismael Venegas Castelló
Before:  After: 
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: 
@SalahAdDin sure thing, this is the working map, just opening the template in a new tab:  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,...