I use a site ( https://clientes.balanz.com ) where the inputs don’t have any proper identifier, other than formcontrolname, but that doesn’t seems to be one of the supported tags for custom fields.
<input _ngcontent-sww-c79="" type="text" tabindex="0" formcontrolname="user" class="form-control text-size-8 text-brown ng-pristine ng-invalid ng-touched">
<input _ngcontent-sww-c79="" tabindex="0" autocomplete="new-password" formcontrolname="pass" class="form-control w-100 text-size-8 text-brown ng-pristine ng-invalid ng-touched" type="password">
Is there any way I could use autofill with this site? or any chance formcontrolname to be added as an option? or maybe there’s an option to use a custom selector
btw, firefox password manager seems to be able to work well with this site, maybe they are already using fromcontrolname?