question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

object HTMLInputElement displays on the text box of reset password form

See original GitHub issue

When using the latest version, I noticed that the reset password form display [object HTMLInputElement]

image

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?

image

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:closed
  • Created 4 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
jarrettjcommented, Apr 9, 2019

Awesome! Thanks. 😃

0reactions
github-actions[bot]commented, Jun 12, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found