Skip to content

Commit 8212512

Browse files
committed
Mark selectFirst as deprecated
1 parent a997815 commit 8212512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react-chayns-selectlist/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You can set the following props on a SelectList element:
4141
|--------------|-------------------------------------------------------------------------------|-------------|--------------|
4242
| onChange | Callback that will be triggered when the selection changes | function | |
4343
| defaultValue | Sets the id of an element that should be preselected | string, int | |
44-
| selectFirst | Automatically select the first entry, triggers onChange-callback | boolean | false |
44+
| selectFirst | Automatically select the first entry, triggers onChange-callback (deprecated) | boolean | false |
4545
| className | Sets the css-class of the selectlist | boolean | false |
4646

4747

0 commit comments

Comments
 (0)