We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support monitor search input
support defaultValue prop for select
#10
<Select optionLabelProp="label"> <Option value="heihei" labe={<i>!</i>}>haha</Option> </Select>
support filterOption as function
filterOption(inputValue,child):Boolean
prop of Option used as filter if filterOption is true
support option as second parameter
onSelect(value,option)
#8
#5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
new
onSearch
support monitor search input
defaultValue
support defaultValue prop for select
optionLabelProp
#10
filterOption
support filterOption as function
optionFilterProp
prop of Option used as filter if filterOption is true
onSelect
support option as second parameter
placeholder/searchPlaceholder
#8
backspace on mutilple mode
#5
The text was updated successfully, but these errors were encountered: