Skip to content

Commit 120dcbc

Browse files
committed
[no ci] [Doc] Mention that helperText also supports translation keys
1 parent 1987db1 commit 120dcbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/Inputs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,8 @@ Most inputs accept a `helperText` prop to display a text below the input.
330330

331331
Set `helperText` to `false` to remove the empty line below the input. Beware that the form may "jump" visually when the input contains an error, as the error message will appear below the input.
332332

333+
**Tip:** `helperText` also supports [translation keys](./Translation.md#translation-keys).
334+
333335
**Tip:** It is not possible to set a `helperText` for inputs used inside a [filter](./List.md#filters-filter-inputs).
334336

335337
## `label`

0 commit comments

Comments
 (0)