Replies: 1 comment
-
could you please share a screenshot, or better a screencast? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using tailwindcss/forms base and this re-styles the dropdown arrow using a background-image on the select box: https://github.com/tailwindlabs/tailwindcss-forms/blob/master/src/index.js#L152
However when loading formset, the js loads a background-image: none !important style into the <style>, presumably sourced from strangely once loading of formset js is complete this style has been removed, but for some reason Chrome/Chromium at least doesn't re-render the page to include the background-image arrow.
Honestly I'm not sure of the best way to tackle this issue and would welcome any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions