-
Notifications
You must be signed in to change notification settings - Fork 17
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
Delivery: Save volunteer phone number #174
base: main
Are you sure you want to change the base?
Conversation
@@ -221,7 +221,6 @@ describe("findDeliveryNeededRequests", () => { | |||
}); | |||
|
|||
describe("when an error occurs", () => { | |||
let result; |
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.
@sandfort added you as a reviewer here since i believe you're helping out with airtable test suites
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.
Yay thanks for working on this!! Code looks good to me, I just have a couple of questions:
- I'm a bit worried that the placeholder phone number can be confusing. I'm not up to date with UI best practices though, any thoughts on whether its more helpful to have a placeholder vs blank?
- Just curious, did we have to disable country code to get autofill to work?
Thank you for taking a look!
I can see how this is confusing- let me see what I can adjust based on this https://medium.com/nextux/form-design-best-practices-9525c321d759
Yes, MuiPhoneNumber pre-populated the input value with the country code, and since we discard the country code prefix anyway i disabled it. The input value needs to be blank for autofill to kick in |
4c2b9d6
to
f3c061d
Compare
issue #156
How to test