Skip to content

Commit 1cbe98e

Browse files
chore(ddl,combo): put up front links to default text and placeholder
1 parent 503217d commit 1cbe98e

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

components/combobox/data-bind.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@ There are two key ways to bind data:
1717
* [Primitive Types](#primitive-types)
1818
* [Model](#bind-to-a-model)
1919

20-
There are also some [considerations](#considerations) to keep in mind.
20+
and some considerations you may find useful, such as showing the `Placeholder` when the value is out of the data source range:
21+
22+
* [Considerations](#considerations)
23+
* [Value Out of Range](#value-out-of-range)
24+
* [Component Reference](#component-reference)
25+
* [Missing Value or Data](#missing-value-or-data)
2126

2227
## Primitive Types
2328

components/dropdownlist/data-bind.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,15 @@ This article explains the different ways to provide data to a DropDownList compo
1414

1515
There are two key ways to bind data:
1616

17-
* [Primitive Types](#primitive-types)
18-
* [Model](#bind-to-a-model)
17+
* [Bind to Primitive Types](#primitive-types)
18+
* [Bind to a Model](#bind-to-a-model)
1919

20-
There are also some [considerations](#considerations) to keep in mind.
20+
and some considerations you may find useful, such as showing the `DefaultText` when the value is out of the data source range:
21+
22+
* [Considerations](#considerations)
23+
* [Value Out of Range](#value-out-of-range)
24+
* [Component Reference](#component-reference)
25+
* [Missing Value or Data](#missing-value-or-data)
2126

2227
## Primitive Types
2328

0 commit comments

Comments
 (0)