You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I use emberjs, along with the ember-power-select addon for custom select boxes. Ember-power-select uses a div for the select trigger and not a select element. Previously I was able to style it with tailwind-custom-forms using a form-select class, but now I can't.
Its great that we don't need to add these classes to normal form elements, but sometimes we need to style a non-form element as one, and these classes made it easy.
The text was updated successfully, but these errors were encountered:
When transitioning from an existing CSS framework to Tailwind, it'd be great if elements were not targeted directly - or at least an option existed to specify classnames to avoid clashes. That would solve the above use-case, and also avoid vendor lock-in to this plugin.
Hello, I use emberjs, along with the ember-power-select addon for custom select boxes. Ember-power-select uses a
div
for the select trigger and not aselect
element. Previously I was able to style it with tailwind-custom-forms using aform-select
class, but now I can't.Its great that we don't need to add these classes to normal form elements, but sometimes we need to style a non-form element as one, and these classes made it easy.
The text was updated successfully, but these errors were encountered: