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

[Developer][Profile] Validation for fields on developer profile #2067

Closed
duong-se opened this issue Jul 15, 2020 · 0 comments · Fixed by #2075
Closed

[Developer][Profile] Validation for fields on developer profile #2067

duong-se opened this issue Jul 15, 2020 · 0 comments · Fixed by #2075
Assignees
Labels
bug Something isn't working developer-portal front-end Relates to front end issues

Comments

@duong-se
Copy link
Contributor

duong-se commented Jul 15, 2020

Steps to reproduce:

  • Login with developer role
  • Entering 2000 characters into 'Full Name' field
  • Entering 2000 number characters into "Telephone"field
  • Entering 2000 characters into 'Company Name' field
  • Entering 2000 characters into 'Job Title' field
  • Click on 'Save change' button

Actual Result:

  • "Full Name" field allows enter 2000 characters
  • "Telephone" field allows enter 2000 number characters
  • "Job Title" field allows enter 2000 characters
  • "Company Name" field allows enter 2000 characters

Expected Result:

Should be limit the number of character entered into the fields

  • "Full Name" field: 256 characters
  • "Telephone" field: 20 number characters
  • "Job Title" field: 256 characters
  • "Company Name" field: 256 characters
@duong-se duong-se added bug Something isn't working needs-triage labels Jul 15, 2020
@duong-se duong-se added front-end Relates to front end issues developer-portal and removed needs-triage labels Jul 15, 2020
@vuhuucuong vuhuucuong self-assigned this Jul 15, 2020
vuhuucuong pushed a commit that referenced this issue Jul 16, 2020
vuhuucuong pushed a commit that referenced this issue Jul 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working developer-portal front-end Relates to front end issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants