Skip to content

Commit 268c86c

Browse files
authored
remove firstActiveValue (#477)
1 parent 65fcbf5 commit 268c86c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ React.render(c, container);
9191
| optionLabelProp | render option value or option children as content of select | String: 'value'/'children' | 'value' |
9292
| defaultValue | initial selected option(s) | String/Array<String> | - |
9393
| value | current selected option(s) | String/Array<String>/{key:String, label:React.Node}/Array<{key, label}> | - |
94-
| firstActiveValue | first active value when there is no value | String/Array<String> | - |
9594
| labelInValue | whether to embed label in value, see above value type. Not support `combobox` mode | Bool | false |
9695
| backfill | whether backfill select option to search input (Only works in single and combobox mode) | Bool | false |
9796
| onChange | called when select an option or input value change(combobox) | function(value, option:Option/Array<Option>) | - |

0 commit comments

Comments
 (0)