object HTMLInputElement displays on the text box of reset password form
See original GitHub issueWhen using the latest version, I noticed that the reset password form display [object HTMLInputElement]
Also, when I try to modify the label of both items on the Sign In form to remove unclickable span element, I got another unexpected issue that the title of the reset password form is changed as well. I expected the form title will display as Reset your password. I think we are using the same key for both label and form title. Can we add another key for form title?
i18n configuration
const dict = {
'en': {
'Forgot Password?': ' ',
'Reset your password': 'Forgot Password? Reset your password.'
}
};
I18n.setLanguage('en');
I18n.putVocabularies(dict);
Package info: “@angular”: “7.2.11”, “aws-amplify”: “1.1.23”, “aws-amplify-angular”: “2.1.10”
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Javascript, viewing [object HTMLInputElement] - Stack Overflow
You just try to run my code. It will work fine but as you put an [id="amt"](without square brackets) (which is a variable...
Read more ><input type="password"> - HTML: HyperText Markup Language
<input> elements of type password provide a way for the user to securely enter a password. The element is presented as a one-line...
Read more >Enabling Password AutoFill on an HTML input element
Explicitly defining an input element's autocomplete value lets you support login workflows that couldn't otherwise be detected by Password AutoFill's ...
Read more >HTML DOM Input Password Object - W3Schools
form, Returns a reference to the form that contains the password field ; maxLength, Sets or returns the value of the maxlength attribute...
Read more >HTML | DOM Input Text Object - GeeksforGeeks
It is used to return the type of form element to the text field. ... This property is used to set or return...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Awesome! Thanks. 😃
This issue has been automatically locked since there hasn’t been any recent activity after it was closed. Please open a new issue for related bugs.
Looking for a help forum? We recommend joining the Amplify Community Discord server
*-help
channels or Discussions for those types of questions.