Skip to content

Register Component - Client-side form validation #35

@apierr

Description

@apierr

sub-tasks

  • Toggling Submit Button
  • All inputs filled
  • Password is too short (minimum is 5 characters)

testing query

query getLastCutomer {
  customers(first: 1, reverse: true) {
    edges {
      node {
        email
        displayName
        acceptsMarketing
      }
    }
  }
}

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