-
Notifications
You must be signed in to change notification settings - Fork 318
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
Render required attributes by default in Vue #669
Conversation
|
This pull request introduces 10 alerts and fixes 9 when merging 3484b78 into 47e4296 - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 10 alerts and fixes 9 when merging 37bcc40 into 666122b - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 10 alerts and fixes 9 when merging 353297f into 666122b - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 10 alerts and fixes 9 when merging 2cd42e3 into 666122b - view on LGTM.com new alerts:
fixed alerts:
|
|
||
const inferAutocomplete = computed((): string => { | ||
return ( | ||
autocomplete || authInputAttributes[name as LoginMechanism]?.placeholder |
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.
autocomplete || authInputAttributes[name as LoginMechanism]?.placeholder | |
autocomplete || authInputAttributes[name as LoginMechanism]?.autocomplete |
This is my bad! I see I made the same typo in Angular as well... 😓 I'll fix the Angular one soon.
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.
Ha! Thanks, that's what I get for copying and pasting without checking. I'll fix it
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!
This pull request introduces 10 alerts and fixes 9 when merging 8392e94 into f6d144d - view on LGTM.com new alerts:
fixed alerts:
|
Sync amplify-ui to amplify-ui-staging
Issue #, if available: #623, extending #650
Description of changes:
@todo-vue
placeholdersBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.