Yacht Shaver

Results 326 comments of Yacht Shaver

What happens if you disable autocomplete of django-jet ?

What happens if you disable both DAL and jet autocomplete ? Do you get a normal select field ?

What happens if you disable both DAL and jet autocomplete ? Do you get a normal select field without select2 ? ie. plain html

I had the chance to fix this in a project today, it was like: copy jet's bundle.min.js for override, replace find("select").trigger("select:init") with find("select:not([data-autocomplete-light-function])").trigger("select:init") The tradeoff: - no django-jet template -...

Nice, can you paste the complete list of warnings please?

You can use the widget `attrs` attribute to set onkeyup HTML attribute from Django. https://docs.djangoproject.com/en/3.2/ref/forms/widgets/#widget

Are you using DAL 3.8.1 ? @danielmorell isn't jQuery part of the built bundle now ?

@gamesbook can we have template and view code too please ? for both cases (where it work and where it doesnt)

I don't see the form rendering code, nor the view that's supposed to render the form in its initial state. But maybe `{{ block.super }}` is what's supposed to load...

@gamesbook > But perhaps the DAL version can be bumped up to show the most recent that will still work? Yes, you may keep the README updated for others, but...