Skip to content

ProfileEditor component does not validate form fields on blur #349

Description

@therealjhay

File: components/settings/ProfileEditor.tsx

The profile editor likely validates only on form submission. Add validation on blur for each field using react-hook-form's trigger function. Show inline error messages below each field. Disable the submit button until all required fields are valid. Include a dirty-state indicator that shows "Unsaved changes" when the form has been modified.


Labels: bug

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions