Provide styles for readonly input state #2819
thesobercoder
started this conversation in
Ideas / feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using daisyUI with react-hook-form, one thing I've come across is that react-hook-form recommends using the
readonly
attribute instead of thedisabled
attribute, and as such, daisyUI inputs don't have styles declared for thereadonly
state.Beta Was this translation helpful? Give feedback.
All reactions