-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Description
- 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
Steps to reproduce
Submit the form without entering anything:
-
Does not produce validation error when field is empty.
-
The onFinish method is triggered but "values" returns empty object.
What is expected?
-
The validation should work with Nuxt 3 script setup configuration.
-
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.