Skip to content

Commit f4460f2

Browse files
authored
Merge pull request #10785 from marmelab/helperText-translation-key
[Doc] Mention that `helperText` also supports translation keys
2 parents 1987db1 + 120dcbc commit f4460f2

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)