-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicate arrows appearing outside of the dropwdown box. Arrows are large and very striking. #128
Comments
Simply removing the entire svg from the 'layout/select.html' fixed this bug without causing any issues with the form. Heads up for anyone running into this bug. |
fwiw as a stop gap I'm hiding the svg's in css select ~ .pointer-events-none {
display: none !important;
} |
I have the same issue. Is there an official fix yet? Seems pretty straight forward, right? |
@GitRon Maybe it needs someone to make a PR 🤔 |
@carltongibson Would be happy to provide one! I'm just a little worried that nobody would review it like this one. 😟 |
Yep, you might need to deploy your branch. Also, confirming that the linked PR works for you would be useful info. Also you can make a combined PR saying which issues you've resolved so it's easier to see where you've got to. Likely then you can be asked to help maintain |
I attempted a fix here but couldn't pass the checks. |
After working a little with Tailwind and this package, I realised that initially I only had this issue because Tailwind CLI didn't find the templates of this package. I created a PR for the docs: #145 I think having to copy&paste the solution from Carltons blog is ok'ish but as a dev I'm used to more convenience. When I start the next larger project I'll think about adding Carltons changes to this package and update the docs accordingly. |
I saw a similar bug posted a few days ago. The bug is coming from the below line of code, which appears duplicated in the HTML inpector. I'm not sure why it is so large either.
crispy-tailwind/crispy_tailwind/templates/tailwind/layout/select.html
Line 10 in 91c3547
Picture of the arrows:
![image](https://user-images.githubusercontent.com/111096979/195455749-0efe0645-1af2-4ab5-89f6-b337d215ea84.png)
The text was updated successfully, but these errors were encountered: