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
To enhance the flexibility and functionality of your login form, you can expose the formApi. This allows other parts of your application to interact with the form programmatically, which is particularly useful for specific requirements such as capturing form data on a blur event and sending a request.
Proposed Solution
packages/effects/common-ui/src/ui/authentication/login.vue
and packages/effects/common-ui/src/ui/authentication/code-login.vue
and packages/effects/common-ui/src/ui/authentication/forget-password.vue
Version
Vben Admin V5
Description
To enhance the flexibility and functionality of your login form, you can expose the formApi. This allows other parts of your application to interact with the form programmatically, which is particularly useful for specific requirements such as capturing form data on a blur event and sending a request.
Proposed Solution
packages/effects/common-ui/src/ui/authentication/login.vue
and
packages/effects/common-ui/src/ui/authentication/code-login.vue
and
packages/effects/common-ui/src/ui/authentication/forget-password.vue
==>
Alternatives Considered
No response
Additional Context
No response
Validations
The text was updated successfully, but these errors were encountered: