-
Notifications
You must be signed in to change notification settings - Fork 4.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
Refactor LinkControl
to remove dependency on URLInput
#19523
Comments
Related: #19677 (review) I've been thinking about this with regards to some of the ongoing iterations to the The way I view it is:
As to how this would be accomplished:
Open questions:
|
The current implementation of |
I only just now read through #18061. Sorry if you'd shared it previously and I'd neglected to give it a more thorough read. I see quite a lot of overlap in our overviews, and I very much agree with your assessment there:
Do you see the existence of this issue being contradictory with #18061 ? If this one is proposing to effectively remove |
My understanding based on continued discussion in #18061 is that we won't need to deprecate this component altogether, but that we can use As such, let's close this for now, unless we decide to revisit that assessment. |
This Issue is based on the comment below from @youknowriad:
Originally posted by @youknowriad in #19458
The dependency on the underlying
URLInput
is causing an increasing amount of technical debt.Would should consider a refactor that leaves
LinkControl
with its own implementation of the functionality in URLInput. This might involve making a new lowerlevel, standalone component that provides thecombobox
UI which is in turn consumed and controlled by a subcomponent ofLinkControl
.The text was updated successfully, but these errors were encountered: