Skip to content

nonempty is deprecated #2842

@FabioZan86

Description

@FabioZan86

Hello, what reason to make it obsolete? How am I going to display this message now that the field is mandatory?

password: z.string()
    .nonempty('The Password field is required')
    .min(6, 'Password must be longer than 6 characters')
    .max(8, 'The password must not be a maximum of 8 characters'),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions