django-crispy-forms / crispy-tailwind

A Tailwind template pack for django-crispy-forms
MIT License
329 stars 56 forks source link

Two small changes #129

Closed LewisFletcher closed 5 months ago

LewisFletcher commented 1 year ago

Added an "id" field to the select.html template to allow usage of HTMX target elements. In the same file, an SVG was causing rogue arrows to appear on the page. Removing the SVG removed these arrows without changing anything related to the functionality of the form.

LewisFletcher commented 1 year ago

This commit fixes one bug and adds an ease-of-use feature for those using HTMX.

GitRon commented 6 months ago

Hi @LewisFletcher

I tried out the select the other day and for me the SVG didn't do any harm. Why did you remove it excactly?

Best
Ronny

LewisFletcher commented 5 months ago

I posted images of the issue (it only happens in Firefox) here. An extremely large SVG appears outside of the drop-down box.

LewisFletcher commented 5 months ago

Closing due to a more recent patch. Didn't realize I had left these failed ones open.