Username input couldn't set default value with Angular Amplify UI #5962
Labels
Angular
An issue or a feature-request for Angular platform
Authenticator
An issue or a feature-request for an Authenticator UI Component
feature-request
Request a new feature
Before creating a new issue, please confirm:
On which framework/platform are you having an issue?
Angular
Which UI component?
Authenticator
How is your app built?
Angular
What browsers are you seeing the problem on?
Chrome
Which region are you seeing the problem in?
packages/angular/projects/ui-angular/src/lib/components/authenticator/components/form-field/form-field.component.html
Please describe your bug.
Angular Amplify UI doesn't have the default value set in
form-field.component
component, so I could't set default value for username with formField. see examples hereThe updates should be something like:
and
FormFieldOptions
also need to be updated:What's the expected behaviour?
The same behaviour that has been implemented with react amplify UI: example
Help us reproduce the bug!
See here
Code Snippet
// Put your code below this line.
Console log output
No response
Additional information and screenshots
No response
The text was updated successfully, but these errors were encountered: