-
Notifications
You must be signed in to change notification settings - Fork 9
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] Autocomplete experience orgs #12427
Conversation
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.
Seems <datalist />
turns textboxes into comboboxes
🤷
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.
Looking good so far, just two minor suggestions.
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.
LGTM! 👍
🤖 Resolves #12323
👋 Introduction
Populate with suggestions, using
<datalist />
, orgs for all experiences except personal by pulling names from all experiences except personal.There are two contexts for experiences, through timeline and within an application. A util function for reuse was added as well due to more than one context
🧪 Testing
📸 Screenshot