Skip to content

Commit 11f8e49

Browse files
committed
correct defaultValue description
1 parent dd7e99b commit 11f8e49

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/content/docs/reference/inputFieldArguments/defaultValue.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ import { InputFieldArgumentType, InputFieldType } from '../../../../config/stati
1313

1414
### Description
1515

16-
The `defaultValue` argument allows for the specification of a custom default value to which the bind target will be set, when there is no value present in the input field.
16+
The `defaultValue` argument allows for the specification of a custom default value for the input field.
17+
A default value is displayed when the value of the bind target is `null` or invalid.
1718

1819
### Values
1920

src/content/docs/reference/inputFieldArguments/placeholder.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { InputFieldArgumentType, InputFieldType } from '../../../../config/stati
1313

1414
### Description
1515

16-
The `placeholder` argument allows for the specification of a placeholder value, which will be displayed when the input field has no data.
16+
The `placeholder` argument allows for the specification of a placeholder value, which will be displayed when the input field has no data or is empty.
1717

1818
### Values
1919

0 commit comments

Comments
 (0)