Looking at [the source](https://github.com/JedWatson/react-select/blob/master/src/Select.js), the following methods seem useful to me: - `focus` (it is even used on the [demo page](http://jedwatson.github.io/react-select/)!) - `setValue` - `addValue` - `removeValue` - `popValue` - `clearValue` - `getInputNode` There is _nothing_ about them in the README.
Looking at the source, the following methods seem useful to me:
focus(it is even used on the demo page!)setValueaddValueremoveValuepopValueclearValuegetInputNodeThere is nothing about them in the README.