Skip to content

Nuxt 3 Compatibility Issues (form validation, @finish) #6171

@saddam-azad

Description

@saddam-azad
  • I have searched the issues of this repository and believe that this is not a duplicate.

Version

3.3.0-beta.4

Environment

Firefox 108.0.1 Windows 11

Reproduction link

Edit on CodeSandbox

Steps to reproduce

Submit the form without entering anything:

  1. Does not produce validation error when field is empty.

  2. The onFinish method is triggered but "values" returns empty object.

What is expected?

  1. The validation should work with Nuxt 3 script setup configuration.

  2. The onFinish method would contain the "values" of the form fields.

What is actually happening?

Antd does not seem to be working with the latest Nuxt 3.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions