XRPLF / xrpl-hooks-ide

XRPL Hooks Builder - Add smart contract functionality to the XRP Ledger
https://hooks-builder.xrpl.org
17 stars 5 forks source link

Firefox confuses imported account ID with random characters #199

Open vbar opened 2 years ago

vbar commented 2 years ago

password

Is there some way to tag the input field so that it isn't considered "password"?

valstu commented 2 years ago

I tried to investigate this and for some reason you cannot prevent this from happening in Firefox, usually setting following attribute autocomplete="new-password" for input prevents any password suggestion. I also tried autocomplete="off" but it didn't help either. Seems like Firefox is forcing this feature because of security reasons.

vbar commented 2 years ago

https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion suggests autocomplete="off" works on a form - did you try adding a <form> element?

valstu commented 2 years ago

Yes, didn't help either