1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

document fields for aria-label

This commit is contained in:
Kyle Spearrin
2018-11-24 22:54:50 -05:00
parent 985844ca2c
commit b58fede4eb

View File

@@ -16,7 +16,8 @@ Custom field names are an important identifier. Depending on the name you give y
- HTML form element's **id** attribute
- then the HTML form element's **name** attribute
- then the HTML form element's corresponding **label** value
- then the HTML form element's **placeholder** value
- then the HTML form element's **aria-label** attribute
- then the HTML form element's **placeholder** attribute
If one of these matches is found, Bitwarden will auto-fill the custom field's value for you.