-
Notifications
You must be signed in to change notification settings - Fork 361
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
chore: [M3-7231] - Migrate Filesystem TextField Select to Autocomplete #9752
chore: [M3-7231] - Migrate Filesystem TextField Select to Autocomplete #9752
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.
Nice!
- look and feel - no regression ✅
- functionality - request succeeded and UI updated ✅
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.
Thanks @bnussman-akamai!
Followed your testing steps and everything looked good! Confirmed that the storage e2e tests continue to pass (I'm not sure the "Add a Disk" drawer has any coverage so that was probably unnecessary), and also reviewed the CI test results -- 3 of the failures were DBaaS, and the other was a test which has been flaky lately (and which I confirmed is passing locally) so those failures can be disregarded when it comes time to merge.
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.
Walked through the listed steps +
✅ Confirmed that post request was sent
✅ confirmed that UI is updated with autocomplete (+ looks and feels a lot cleaner!)
🎉
Description 📝
In order to fix up our TextField component, we need to not allow it to be used as a select component. This PR replaces the TextField Select in CreateDiskDrawer with a modern alternative like Autocomplete
Preview 📷
How to test 🧪
Storage
tabAdd Disk
Filesystem
select functionality