docs(contribution): Address lookup#1766
Open
Chris Pymm (chrispymm) wants to merge 9 commits intomainfrom
Open
Conversation
27 tasks
|
🚀 Deployed to preview environment! If this is the first deploy, you may have to wait a few minutes for your preview site to be ready on the following URL: https://moj-frontend-pr-1766.apps.live.cloud-platform.service.justice.gov.uk Username: |
…-at-13.40.22.png in submission folder
…n submission folder
3c32c3a to
f9131cd
Compare
|
🚀 Deployed to preview environment! If this is the first deploy, you may have to wait a few minutes for your preview site to be ready on the following URL: https://moj-frontend-pr-1766.apps.live.cloud-platform.service.justice.gov.uk Username: |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The address lookup component allows users to quickly find and select an address by typing part of the address or postcode into a search field. As the user types, a list of matching addresses appears in a dropdown, from which the correct option can be chosen. This approach reduces the need for users to enter full address details manually and helps avoid errors from incomplete or illegible entries.
The component also includes a fallback option to “Enter address manually,” ensuring users can provide an address if it is not available in the lookup results or if they prefer to enter it directly. This dual approach balances efficiency with inclusivity.
The design is based on established patterns such as the Royal Mail’s address lookup service. Visual examples show the step-by-step interaction: entering partial information, selecting a suggested address, and displaying the completed address in the field.
No accessibility testing has yet been carried out on the component, and the API provider for the address lookup has not been chosen. These will be explored before moving into private beta.