vazco / uniforms

A React library for building forms from any schema.

Home Page:https://uniforms.tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add showInlineError to unstyled

dwidge opened this issue · comments

commented

request

Can we add showInlineError to unstyled? Maybe easier to read than list of errors at the bottom?

Required
Required
Required
Required

workaround

Add custom message to every zod field containing the field name.

Name Required
Email Required
Phone Required
Amount Required

Hi @dwidge, we are currently working on the Zod bridge. Improved error messages will be added soon #1320.

Adding showInlineError to the unstyled theme looks interesting. We will consider adding it in the 4.x version.