Open nileshtrivedi opened 3 years ago
Interesting, I haven't tested that input with numeric fields yet. What happens if you disable the native browser spinners?
https://css-tricks.com/snippets/css/turn-off-number-input-spinners/ https://github.com/tailwindlabs/tailwindcss/issues/1101
My form is this:
As you can see, I am using
tailwind_string_input
for aninteger
field. In case of errors, thepr-10
class does get applied, but no exclamation-icon is shown on the right:I'm not sure what's the best way to configure this. Perhaps all that is needed is an example in the README.