fix: [UIE-10140] - DBaaS - Update Autocomplete fields in VPC, Add, and Edit Connection Pool to use autoHighlight#13373
Open
smans-akamai wants to merge 3 commits intolinode:developfrom
Conversation
…d Edit Pool to use autoHighlight
hana-akamai
approved these changes
Feb 6, 2026
| '@linode/manager': Fixed | ||
| --- | ||
|
|
||
| DBaaS Autocomplete fields for VPC, Add, and Edit Connection Pool do not auto highlight options ([#13373](https://github.com/linode/manager/pull/13373)) |
Contributor
There was a problem hiding this comment.
"Do not auto highlight options" sounds like we're removing highlight. What about something like this instead?
Suggested change
| DBaaS Autocomplete fields for VPC, Add, and Edit Connection Pool do not auto highlight options ([#13373](https://github.com/linode/manager/pull/13373)) | |
| DBaaS Autocomplete highlight for VPC, Add, and Edit Connection Pool ([#13373](https://github.com/linode/manager/pull/13373)) |
Contributor
Author
There was a problem hiding this comment.
Thanks for the suggestion @hana-akamai! I've pushed up this change to update the changeset message.
Collaborator
Cloud Manager UI test results🔺 1 failing test on test run #3 ↗︎
Details
TroubleshootingUse this command to re-run the failing tests: pnpm cy:run -s "cypress/e2e/core/linodes/rebuild-linode.spec.ts" |
|||||||||||||||||
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.
Description 📝
This pull request updates the Autocomplete fields in DBaaS for VPC, Add, and Edit Connection Pool to use autoHighlight.
Changes 🔄
List any change(s) relevant to the reviewer.
Scope 🚢
Upon production release, changes in this PR will be visible to:
Target release date 🗓️
Next release
Preview 📷
Note: The before and after videos below are to show the auto highlight behavior being applied to the Database Create VPC and Subnet fields. The same behavior has been applied to the Database Manage Networking drawer and Add and Edit Connection Pool Drawer
Autocompletefields.BEFORE-dbaas-autohighlight.mov
AFTER-dbaas-autohighlight.mov
How to test 🧪
Prerequisites
(How to setup test environment)
Note: This issue is present in the other workflows mentioned above, but the reproduction and verifications steps listed below are just for the
Database Createworkflow to show the issue and the fix being applied with theautoHighlightbehavior for the Autocomplete fields.Reproduction steps
(How to reproduce the issue, if applicable)
developbranch in your local environment with mock data enabled, access the Databases workflow and Select theCreate Database Clusterbutton to navigate to the Database Create view.Assign a VPCsectionSelect a VPCAutocomplete field and confirm that the first option in the dropdown list isn't highlightedEnterkey, does not select a VPC optionenterkey, does not select the Subnet option.Verification steps
(How to verify changes)
Create Database Clusterbutton to navigate to the Database Create view.Assign a VPCsectionSelect a VPCAutocomplete field and confirm that the first option in the dropdown list is highlightedEnterkey, automatically selects the highlighted VPC optionenterkey, automatically selects the highlighted Subnet optionAuthor Checklists
As an Author, to speed up the review process, I considered 🤔
👀 Doing a self review
❔ Our contribution guidelines
🤏 Splitting feature into small PRs
➕ Adding a changeset
🧪 Providing/improving test coverage
🔐 Removing all sensitive information from the code and PR description
🚩 Using a feature flag to protect the release
👣 Providing comprehensive reproduction steps
📑 Providing or updating our documentation
🕛 Scheduling a pair reviewing session
📱 Providing mobile support
♿ Providing accessibility support
As an Author, before moving this PR from Draft to Open, I confirmed ✅