Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix MetadataFields text field values being lost in SupaEmailAuth widget (Fixes #113) #114

Merged
merged 2 commits into from
Oct 1, 2024

Commits on Sep 30, 2024

  1. Fix metadata field value persistence in SupaEmailAuth widget

    Implement == operator and hashCode getter in MetaDataField class
    Update _SupaEmailAuthState to use MetaDataField.key as map key
    Modify related methods to work with new map structure
    Ensure consistent hashing and correct retrieval of TextEditingControllers
    Resolve issue of losing metadata field values during widget lifecycle
    
    This change prevents the loss of user input in custom metadata fields
    by ensuring proper object equality and consistent map key usage.
    bcorman committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    1ea41fc View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    4b3857e View commit details
    Browse the repository at this point in the history