indie-ui icon indicating copy to clipboard operation
indie-ui copied to clipboard

Input min and max values(length) & Costum zod schema error message

Open Ardian-Hoti opened this issue 1 year ago • 1 comments

For text inputs and number inputs to configure the length like for text inputs the value to not be less than 0 and/or more than 100 , and for the text same like for names min 3 characters max 20 or something

Option to write a custom error message for the zod schema for each field Instead of showing String must contain 3 characters to say custom message like Name must be at least 3 characters etc..

Ardian-Hoti avatar Dec 28 '24 02:12 Ardian-Hoti

this will also help wit extra features like:

  • default values
  • better validation
  • constraints
  • etc...

husayt avatar Jan 14 '25 15:01 husayt