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
Tailwind forms plug in says: Note that for text inputs, you must add the type="text" attribute for these styles to take effect.
As this library relies on that plugin, the user has to know to set type="text" on all default t-input components to have the correct theming. Which will probably catch people out like it just did to me. This issue seems to affect the development (i.e. example) repo as well.
Is it worth setting this as a default attribute to ensure consistent theming? As currently you will not be aware of this fact unless you read the forms plugin documentation.
P.S. this library is super cool, keep it up!
The text was updated successfully, but these errors were encountered:
Tailwind forms plug in says: Note that for text inputs, you must add the
type="text"
attribute for these styles to take effect.As this library relies on that plugin, the user has to know to set
type="text"
on all default t-input components to have the correct theming. Which will probably catch people out like it just did to me. This issue seems to affect the development (i.e. example) repo as well.Is it worth setting this as a default attribute to ensure consistent theming? As currently you will not be aware of this fact unless you read the forms plugin documentation.
P.S. this library is super cool, keep it up!
The text was updated successfully, but these errors were encountered: