-
Notifications
You must be signed in to change notification settings - Fork 141
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
Feature: Adds onAddressSelected to address lookup functionality #2406
Conversation
🦋 Changeset detectedLatest commit: 36846bb The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Size Change: +19.3 kB (+2%) Total Size: 1.1 MB
|
packages/lib/src/components/internal/Address/components/AddressSearch.tsx
Outdated
Show resolved
Hide resolved
packages/lib/src/components/internal/Address/components/AddressSearch.tsx
Outdated
Show resolved
Hide resolved
packages/lib/src/components/internal/Address/components/AddressSearch.tsx
Outdated
Show resolved
Hide resolved
packages/lib/src/components/internal/Address/components/AddressSearch.tsx
Show resolved
Hide resolved
<Select | ||
name={'address-search'} | ||
className={'adyen-checkout__address-search__dropdown'} | ||
//placeholder={i18n.get('address.placeholder')} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this comment be removed?
Kudos, SonarCloud Quality Gate passed! |
The objective of this PR is to add
onAddressSelected
callback. This callback works to provide a point of integration with Address completion services that require a second callback to access additional information, such is the case of Google Place Autocomplete API.Tested scenarios
Fixed issue: