-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Signup: Use new search for domains signup #51718
Changes from 2 commits
9cf423d
ff24a40
1cb5412
0b08078
bfa15ef
f3b13e7
87226c1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ import { | |
} from 'calypso/lib/domains'; | ||
import { domainAvailability } from 'calypso/lib/domains/constants'; | ||
import { getAvailabilityNotice } from 'calypso/lib/domains/registration/availability-messages'; | ||
import Search from 'calypso/components/search'; | ||
import Search from '@automattic/search'; | ||
import DomainRegistrationSuggestion from 'calypso/components/domains/domain-registration-suggestion'; | ||
import DomainTransferSuggestion from 'calypso/components/domains/domain-transfer-suggestion'; | ||
import DomainSkipSuggestion from 'calypso/components/domains/domain-skip-suggestion'; | ||
|
@@ -445,7 +445,7 @@ class RegisterDomainStep extends React.Component { | |
<StickyPanel className={ searchBoxClassName }> | ||
<CompactCard className="register-domain-step__search-card"> | ||
<Search | ||
additionalClasses={ this.state.clickedExampleSuggestion ? 'is-refocused' : undefined } | ||
className={ this.state.clickedExampleSuggestion ? 'is-refocused' : undefined } | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There seems to be a Also, we're passing a There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Ah yes I think this was renamed to
What do you mean by this? The ref that is passed get's handled by There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Scratch that, I don't think it's a concern anyway. |
||
autoFocus // eslint-disable-line jsx-a11y/no-autofocus | ||
delaySearch={ true } | ||
delayTimeout={ 1000 } | ||
|
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.
Let's move this to external dependencies.