-
Notifications
You must be signed in to change notification settings - Fork 241
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: move amount input #1893
chore: move amount input #1893
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
/** autocomplete attribute handles browser autocomplete, defaults to 'off' */ | ||
autoComplete?: string; | ||
/** data-1p-ignore attribute handles password manager autocomplete, defaults to true */ | ||
'data-1p-ignore'?: boolean; |
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.
Is there ever a case where we don't want to ignore it? I'd argue for just removing it completely and setting our inputs to always ignore
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.
i think it's probably right that we always want to ignore, but since this is internal i figured i'd leave us the option. wdyt?
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.
If it's internal + not planned to be used I'd rather remove it since it keeps the props more concise, but I won't block on this issue
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, i'll create ticket to remove
What changed? Why?
AmountInput
,AmountInputTypeSwitch
, andCurrencyLabel
tosrc/internal
useInputResize
tosrc/internal
FundCard
components with the new internal versionsNotes to reviewers
How has it been tested?