-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Description
KeepassXC-Browser plugins allow to associate custom attributes with custom form fields via the KPH:
prefix.
But I find the index-based association rather odd.
Thus I propose to use the input name
as lookup key when filling in the credentials.
So, e.g., when you have a form like
<form>
...
<input type="text" name="branch" maxlength="3" value="" id="branch" autocomplete="off">
</form>
You need do define a custom attribute KPH: branch
with the value 123
.
The KPH name must match the name
attribute of the input field (maybe use id
as a fallback).
This is not how the official browser plugins are doing it and requires the user to dig up the input names using devtools
once
but I consider it a cleaner solution.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request