File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,6 @@ React.render(c, container);
91
91
| optionLabelProp | render option value or option children as content of select | String: 'value'/'children' | 'value' |
92
92
| defaultValue | initial selected option(s) | String/Array<String > | - |
93
93
| 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 > | - |
95
94
| labelInValue | whether to embed label in value, see above value type. Not support ` combobox ` mode | Bool | false |
96
95
| backfill | whether backfill select option to search input (Only works in single and combobox mode) | Bool | false |
97
96
| onChange | called when select an option or input value change(combobox) | function(value, option: Option /Array<Option >) | - |
You can’t perform that action at this time.
0 commit comments