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
Would be great if it supported the zod nativeEnum field alongside the currently supported the enum field. Alternativly as a work around it could put a plain text field to allow for manual data entry. The current implementation just hides the field and makes the mutation unsubmitable through trpc-panel.
Hi great library!
Would be great if it supported the zod nativeEnum field alongside the currently supported the enum field. Alternativly as a work around it could put a plain text field to allow for manual data entry. The current implementation just hides the field and makes the mutation unsubmitable through trpc-panel.
Example:
will show the id field but hide the fruit field.
The text was updated successfully, but these errors were encountered: