From ce2cb304020190895053b03c4b4e487ad61558b7 Mon Sep 17 00:00:00 2001 From: Amumu Date: Fri, 17 Apr 2020 17:44:10 +0800 Subject: [PATCH] remove firstActiveValue --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ee569bbaf..911579a2a 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,6 @@ React.render(c, container); | optionLabelProp | render option value or option children as content of select | String: 'value'/'children' | 'value' | | defaultValue | initial selected option(s) | String/Array | - | | value | current selected option(s) | String/Array/{key:String, label:React.Node}/Array<{key, label}> | - | -| firstActiveValue | first active value when there is no value | String/Array | - | | labelInValue | whether to embed label in value, see above value type. Not support `combobox` mode | Bool | false | | backfill | whether backfill select option to search input (Only works in single and combobox mode) | Bool | false | | onChange | called when select an option or input value change(combobox) | function(value, option:Option/Array