(option: Option, selectValue: Options<Option>)
| 1258 | return isOptionDisabled(this.props, option, selectValue); |
| 1259 | } |
| 1260 | isOptionSelected(option: Option, selectValue: Options<Option>): boolean { |
| 1261 | return isOptionSelected(this.props, option, selectValue); |
| 1262 | } |
| 1263 | filterOption(option: FilterOptionOption<Option>, inputValue: string) { |
| 1264 | return filterOption(this.props, option, inputValue); |
| 1265 | } |
no test coverage detected