-
Notifications
You must be signed in to change notification settings - Fork 166
LG-10452 Improve Validation on Full Address Form #9008
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
Merged
gina-yamada
merged 39 commits into
main
from
yamada/LG-10452-ImproveValidationOnFullAddressForm
Aug 28, 2023
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
042efd5
Trim leading & trailing white space
gina-yamada 9cad418
create new input handler for zipcode
gina-yamada 5b164b4
move trim method to onSearch vars
gina-yamada 51f0389
Add trimStart to check for only spaces
gina-yamada 4dee0b5
Add zip code error message for pattern mismatch
gina-yamada e3c8776
fix lint issues
gina-yamada eec205a
changelog: User-Facing Improvements, In-person proofing, Improve vali…
gina-yamada d6407b1
Merge branch 'main' of github.com:18F/identity-idp into yamada/LG-104…
gina-yamada 1675b06
Tests to check for validation errors
gina-yamada 5b43348
fix lint errors
gina-yamada 9d28293
Merge branch 'main' of github.com:18F/identity-idp into yamada/LG-104…
gina-yamada 235dc4b
Add logic to check for valid zipCode length
gina-yamada 3542b08
Merge branch 'main' of github.com:18F/identity-idp into yamada/LG-104…
gina-yamada 664c195
added validation for address and city
gina-yamada 363e61a
fix linter error
gina-yamada da01123
create unique on change events to handles to clean input
gina-yamada 9394182
Add event to grab value
gina-yamada 7494707
delete unused input change handler function
gina-yamada 6f0eadc
fix lint errors
gina-yamada 95828ff
Add select change event, max length, trim on submission
gina-yamada e676b58
fix linter issues
gina-yamada ee9d675
Merge branch 'main' of github.com:18F/identity-idp into yamada/LG-104…
gina-yamada 78d8fc7
remove regex from address and city
gina-yamada 201f27b
fix linter errors
gina-yamada f2cbb99
Add validation tests
gina-yamada 89a4faa
Clean up duplicate tests, delete unnecessary input on form
gina-yamada 9825e6b
fix linter issues
gina-yamada 9ace0f7
Merge branch 'main' of github.com:18F/identity-idp into yamada/LG-104…
gina-yamada 9d64a38
Use regex/pattern to find err for space only input
gina-yamada 5fb1b9e
Update zipcode to handle only 5 digits
gina-yamada ca54552
Merge branch 'main' of github.com:18F/identity-idp into yamada/LG-104…
gina-yamada 6be7c08
modified valid length for zip
gina-yamada 0368108
Remove zipcode onchange handler
gina-yamada 5ac43c1
Merge branch 'main' of github.com:18F/identity-idp into yamada/LG-104…
gina-yamada 3164439
fix linter error
gina-yamada e1e1340
update test
gina-yamada e2f3d19
Merge branch 'main' of github.com:18F/identity-idp into yamada/LG-104…
gina-yamada c28f57f
updated test to remove try/catch
gina-yamada 097a5a3
Merge branch 'main' of github.com:18F/identity-idp into yamada/LG-104…
gina-yamada File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.