1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

add boundary help text to credential settings (#11757)

This commit is contained in:
✨ Audrey ✨
2024-10-28 15:55:16 -04:00
committed by GitHub
parent b5e509409b
commit 9a83509183
7 changed files with 76 additions and 2 deletions

View File

@@ -8,6 +8,7 @@
<bit-form-field disableMargin>
<bit-label>{{ "numWords" | i18n }}</bit-label>
<input bitInput formControlName="numWords" id="num-words" type="number" />
<bit-hint>{{ numWordsBoundariesHint$ | async }}</bit-hint>
</bit-form-field>
</bit-card>
</div>