You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is super minor, but I've noticed a few fields that seem to have browser autofill suggestions disabled. These are mostly noticeable during testing. I think it's related to the use of div class="field".
For example, the "Git Repository URL" on the "Create New Tale" modal supports autofill suggestions, but not the URL field on the "Connect to Git Repo" menu. Most fields on metadata edit support suggestions, but not the author names or ORCID. ORCID is one of the most noticeable to me.
The text was updated successfully, but these errors were encountered:
If you're referring to Chrome autofill, this used to have to do with the id or name on the form field. For commonly-recognized field names like "name" or "address", Chrome offered to autofill these things if it recognized where to pull the data from.
I'm not sure how easy it will be to customize support for this, but we should make sure to at least try this out to see if it can remember custom/specific values like ORCID
This is super minor, but I've noticed a few fields that seem to have browser autofill suggestions disabled. These are mostly noticeable during testing. I think it's related to the use of
div class="field"
.For example, the "Git Repository URL" on the "Create New Tale" modal supports autofill suggestions, but not the URL field on the "Connect to Git Repo" menu. Most fields on metadata edit support suggestions, but not the author names or ORCID. ORCID is one of the most noticeable to me.
The text was updated successfully, but these errors were encountered: