From b58fede4eb4aa777fce69394a96c685b9087f473 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sat, 24 Nov 2018 22:54:50 -0500 Subject: [PATCH] document fields for aria-label --- _articles/features/custom-fields.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_articles/features/custom-fields.md b/_articles/features/custom-fields.md index 72b92916..b215d24b 100644 --- a/_articles/features/custom-fields.md +++ b/_articles/features/custom-fields.md @@ -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.