/** * 用来显示选择结果,垂直显示。支持移出、排序等操作。 */ import React from 'react'; import {Option} from './Select'; import {ThemeProps, themeable} from '../theme'; import {Icon} from './icons'; import {autobind, guid} from '../utils/helper'; import Sortable from 'sortablejs'; import {findDOMNode} from 'react-dom'; import {LocaleProps, localeable} from '../locale'; export interface ResultListProps extends ThemeProps, LocaleProps { className?: string; value?: Array