api documentation for react-select (v0.9.1)

A Select control built with and for ReactJS

table of contents

  1. module react-select
    1. function react-select (props, context, updater)
    2. function react-select.defaultProps.optionComponent (props, context, updater)
    3. function react-select.defaultProps.singleValueComponent (props, context, updater)
    4. function react-select.defaultProps.valueComponent (props, context, updater)
    5. function react-select.getDefaultProps ()
    6. function react-select.propTypes.addLabelText ()
    7. function react-select.propTypes.allowCreate ()
    8. function react-select.propTypes.asyncOptions ()
    9. function react-select.propTypes.inputProps ()
    10. function react-select.propTypes.options ()
    11. function react-select.propTypes.value ()
    12. object react-select.defaultProps
    13. object react-select.defaultProps.optionComponent.prototype
    14. object react-select.defaultProps.optionComponent.prototype.__reactAutoBindMap
    15. object react-select.defaultProps.singleValueComponent.prototype
    16. object react-select.defaultProps.singleValueComponent.prototype.__reactAutoBindMap
    17. object react-select.defaultProps.valueComponent.prototype
    18. object react-select.defaultProps.valueComponent.prototype.__reactAutoBindMap
    19. object react-select.nodeListType
    20. object react-select.propTypes
    21. string react-select.displayName
  2. module react-select.defaultProps
    1. boolean react-select.defaultProps.allowCreate
    2. boolean react-select.defaultProps.autoload
    3. boolean react-select.defaultProps.backspaceRemoves
    4. boolean react-select.defaultProps.cacheAsyncResults
    5. boolean react-select.defaultProps.clearable
    6. boolean react-select.defaultProps.disabled
    7. boolean react-select.defaultProps.ignoreCase
    8. boolean react-select.defaultProps.isLoading
    9. boolean react-select.defaultProps.searchable
    10. function react-select.defaultProps.optionComponent (props, context, updater)
    11. function react-select.defaultProps.singleValueComponent (props, context, updater)
    12. function react-select.defaultProps.valueComponent (props, context, updater)
    13. object react-select.defaultProps.inputProps
    14. string react-select.defaultProps.addLabelText
    15. string react-select.defaultProps.clearAllText
    16. string react-select.defaultProps.clearValueText
    17. string react-select.defaultProps.delimiter
    18. string react-select.defaultProps.labelKey
    19. string react-select.defaultProps.matchPos
    20. string react-select.defaultProps.matchProp
    21. string react-select.defaultProps.noResultsText
    22. string react-select.defaultProps.placeholder
    23. string react-select.defaultProps.searchPromptText
    24. string react-select.defaultProps.searchingText
    25. string react-select.defaultProps.valueKey
  3. module react-select.defaultProps.optionComponent
    1. function react-select.defaultProps.optionComponent (props, context, updater)
    2. object react-select.defaultProps.optionComponent.propTypes
    3. string react-select.defaultProps.optionComponent.displayName
  4. module react-select.defaultProps.optionComponent.prototype
    1. function react-select.defaultProps.optionComponent.prototype.blockEvent (event)
    2. function react-select.defaultProps.optionComponent.prototype.constructor (props, context, updater)
    3. function react-select.defaultProps.optionComponent.prototype.getDOMNode ()
    4. function react-select.defaultProps.optionComponent.prototype.handleMouseDown (e)
    5. function react-select.defaultProps.optionComponent.prototype.handleMouseEnter (e)
    6. function react-select.defaultProps.optionComponent.prototype.handleMouseLeave (e)
    7. function react-select.defaultProps.optionComponent.prototype.render ()
    8. object react-select.defaultProps.optionComponent.prototype.__reactAutoBindMap
    9. object react-select.defaultProps.optionComponent.prototype.childContextTypes
    10. object react-select.defaultProps.optionComponent.prototype.componentDidMount
    11. object react-select.defaultProps.optionComponent.prototype.componentDidUpdate
    12. object react-select.defaultProps.optionComponent.prototype.componentWillMount
    13. object react-select.defaultProps.optionComponent.prototype.componentWillReceiveProps
    14. object react-select.defaultProps.optionComponent.prototype.componentWillUnmount
    15. object react-select.defaultProps.optionComponent.prototype.componentWillUpdate
    16. object react-select.defaultProps.optionComponent.prototype.contextTypes
    17. object react-select.defaultProps.optionComponent.prototype.getChildContext
    18. object react-select.defaultProps.optionComponent.prototype.getDefaultProps
    19. object react-select.defaultProps.optionComponent.prototype.getInitialState
    20. object react-select.defaultProps.optionComponent.prototype.mixins
    21. object react-select.defaultProps.optionComponent.prototype.propTypes
    22. object react-select.defaultProps.optionComponent.prototype.shouldComponentUpdate
    23. object react-select.defaultProps.optionComponent.prototype.statics
    24. object react-select.defaultProps.optionComponent.prototype.updateComponent
  5. module react-select.defaultProps.optionComponent.prototype.__reactAutoBindMap
    1. function react-select.defaultProps.optionComponent.prototype.__reactAutoBindMap.blockEvent (event)
    2. function react-select.defaultProps.optionComponent.prototype.__reactAutoBindMap.getDOMNode ()
    3. function react-select.defaultProps.optionComponent.prototype.__reactAutoBindMap.handleMouseDown (e)
    4. function react-select.defaultProps.optionComponent.prototype.__reactAutoBindMap.handleMouseEnter (e)
    5. function react-select.defaultProps.optionComponent.prototype.__reactAutoBindMap.handleMouseLeave (e)
  6. module react-select.defaultProps.singleValueComponent
    1. function react-select.defaultProps.singleValueComponent (props, context, updater)
    2. object react-select.defaultProps.singleValueComponent.propTypes
    3. string react-select.defaultProps.singleValueComponent.displayName
  7. module react-select.defaultProps.singleValueComponent.prototype
    1. function react-select.defaultProps.singleValueComponent.prototype.constructor (props, context, updater)
    2. function react-select.defaultProps.singleValueComponent.prototype.getDOMNode ()
    3. function react-select.defaultProps.singleValueComponent.prototype.render ()
    4. object react-select.defaultProps.singleValueComponent.prototype.__reactAutoBindMap
    5. object react-select.defaultProps.singleValueComponent.prototype.childContextTypes
    6. object react-select.defaultProps.singleValueComponent.prototype.componentDidMount
    7. object react-select.defaultProps.singleValueComponent.prototype.componentDidUpdate
    8. object react-select.defaultProps.singleValueComponent.prototype.componentWillMount
    9. object react-select.defaultProps.singleValueComponent.prototype.componentWillReceiveProps
    10. object react-select.defaultProps.singleValueComponent.prototype.componentWillUnmount
    11. object react-select.defaultProps.singleValueComponent.prototype.componentWillUpdate
    12. object react-select.defaultProps.singleValueComponent.prototype.contextTypes
    13. object react-select.defaultProps.singleValueComponent.prototype.getChildContext
    14. object react-select.defaultProps.singleValueComponent.prototype.getDefaultProps
    15. object react-select.defaultProps.singleValueComponent.prototype.getInitialState
    16. object react-select.defaultProps.singleValueComponent.prototype.mixins
    17. object react-select.defaultProps.singleValueComponent.prototype.propTypes
    18. object react-select.defaultProps.singleValueComponent.prototype.shouldComponentUpdate
    19. object react-select.defaultProps.singleValueComponent.prototype.statics
    20. object react-select.defaultProps.singleValueComponent.prototype.updateComponent
  8. module react-select.defaultProps.singleValueComponent.prototype.__reactAutoBindMap
    1. function react-select.defaultProps.singleValueComponent.prototype.__reactAutoBindMap.getDOMNode ()
  9. module react-select.defaultProps.valueComponent
    1. function react-select.defaultProps.valueComponent (props, context, updater)
    2. object react-select.defaultProps.valueComponent.propTypes
    3. string react-select.defaultProps.valueComponent.displayName
  10. module react-select.defaultProps.valueComponent.prototype
    1. function react-select.defaultProps.valueComponent.prototype.blockEvent (event)
    2. function react-select.defaultProps.valueComponent.prototype.constructor (props, context, updater)
    3. function react-select.defaultProps.valueComponent.prototype.getDOMNode ()
    4. function react-select.defaultProps.valueComponent.prototype.handleOnRemove (event)
    5. function react-select.defaultProps.valueComponent.prototype.render ()
    6. object react-select.defaultProps.valueComponent.prototype.__reactAutoBindMap
    7. object react-select.defaultProps.valueComponent.prototype.childContextTypes
    8. object react-select.defaultProps.valueComponent.prototype.componentDidMount
    9. object react-select.defaultProps.valueComponent.prototype.componentDidUpdate
    10. object react-select.defaultProps.valueComponent.prototype.componentWillMount
    11. object react-select.defaultProps.valueComponent.prototype.componentWillReceiveProps
    12. object react-select.defaultProps.valueComponent.prototype.componentWillUnmount
    13. object react-select.defaultProps.valueComponent.prototype.componentWillUpdate
    14. object react-select.defaultProps.valueComponent.prototype.contextTypes
    15. object react-select.defaultProps.valueComponent.prototype.getChildContext
    16. object react-select.defaultProps.valueComponent.prototype.getDefaultProps
    17. object react-select.defaultProps.valueComponent.prototype.getInitialState
    18. object react-select.defaultProps.valueComponent.prototype.mixins
    19. object react-select.defaultProps.valueComponent.prototype.propTypes
    20. object react-select.defaultProps.valueComponent.prototype.shouldComponentUpdate
    21. object react-select.defaultProps.valueComponent.prototype.statics
    22. object react-select.defaultProps.valueComponent.prototype.updateComponent
  11. module react-select.defaultProps.valueComponent.prototype.__reactAutoBindMap
    1. function react-select.defaultProps.valueComponent.prototype.__reactAutoBindMap.blockEvent (event)
    2. function react-select.defaultProps.valueComponent.prototype.__reactAutoBindMap.getDOMNode ()
    3. function react-select.defaultProps.valueComponent.prototype.__reactAutoBindMap.handleOnRemove (event)
  12. module react-select.nodeListType
    1. function react-select.nodeListType.installInto (expect)
    2. string react-select.nodeListType.name
  13. module react-select.propTypes
    1. function react-select.propTypes.addLabelText ()
    2. function react-select.propTypes.allowCreate ()
    3. function react-select.propTypes.asyncOptions ()
    4. function react-select.propTypes.autoload ()
    5. function react-select.propTypes.backspaceRemoves ()
    6. function react-select.propTypes.cacheAsyncResults ()
    7. function react-select.propTypes.className ()
    8. function react-select.propTypes.clearAllText ()
    9. function react-select.propTypes.clearValueText ()
    10. function react-select.propTypes.clearable ()
    11. function react-select.propTypes.delimiter ()
    12. function react-select.propTypes.disabled ()
    13. function react-select.propTypes.filterOption ()
    14. function react-select.propTypes.filterOptions ()
    15. function react-select.propTypes.ignoreCase ()
    16. function react-select.propTypes.inputProps ()
    17. function react-select.propTypes.isLoading ()
    18. function react-select.propTypes.labelKey ()
    19. function react-select.propTypes.matchPos ()
    20. function react-select.propTypes.matchProp ()
    21. function react-select.propTypes.multi ()
    22. function react-select.propTypes.name ()
    23. function react-select.propTypes.newOptionCreator ()
    24. function react-select.propTypes.noResultsText ()
    25. function react-select.propTypes.onBlur ()
    26. function react-select.propTypes.onChange ()
    27. function react-select.propTypes.onFocus ()
    28. function react-select.propTypes.onInputChange ()
    29. function react-select.propTypes.onOptionLabelClick ()
    30. function react-select.propTypes.optionComponent ()
    31. function react-select.propTypes.optionRenderer ()
    32. function react-select.propTypes.options ()
    33. function react-select.propTypes.placeholder ()
    34. function react-select.propTypes.searchPromptText ()
    35. function react-select.propTypes.searchable ()
    36. function react-select.propTypes.searchingText ()
    37. function react-select.propTypes.singleValueComponent ()
    38. function react-select.propTypes.value ()
    39. function react-select.propTypes.valueComponent ()
    40. function react-select.propTypes.valueKey ()
    41. function react-select.propTypes.valueRenderer ()
  14. module react-select.propTypes.addLabelText
    1. function react-select.propTypes.addLabelText ()
    2. function react-select.propTypes.addLabelText.isRequired ()
  15. module react-select.propTypes.allowCreate
    1. function react-select.propTypes.allowCreate ()
    2. function react-select.propTypes.allowCreate.isRequired ()
  16. module react-select.propTypes.asyncOptions
    1. function react-select.propTypes.asyncOptions ()
    2. function react-select.propTypes.asyncOptions.isRequired ()
  17. module react-select.propTypes.inputProps
    1. function react-select.propTypes.inputProps ()
    2. function react-select.propTypes.inputProps.isRequired ()
  18. module react-select.propTypes.options
    1. function react-select.propTypes.options ()
    2. function react-select.propTypes.options.isRequired ()
  19. module react-select.propTypes.value
    1. function react-select.propTypes.value ()
    2. function react-select.propTypes.value.isRequired ()

module react-select

function react-select (props, context, updater)

function react-select.defaultProps.optionComponent (props, context, updater)

function react-select.defaultProps.singleValueComponent (props, context, updater)

function react-select.defaultProps.valueComponent (props, context, updater)

function react-select.getDefaultProps ()

function react-select.propTypes.addLabelText ()

function react-select.propTypes.allowCreate ()

function react-select.propTypes.asyncOptions ()

function react-select.propTypes.inputProps ()

function react-select.propTypes.options ()

function react-select.propTypes.value ()

module react-select.defaultProps

function react-select.defaultProps.optionComponent (props, context, updater)

function react-select.defaultProps.singleValueComponent (props, context, updater)

function react-select.defaultProps.valueComponent (props, context, updater)

module react-select.defaultProps.optionComponent

function react-select.defaultProps.optionComponent (props, context, updater)

module react-select.defaultProps.optionComponent.prototype

function react-select.defaultProps.optionComponent.prototype.blockEvent (event)

function react-select.defaultProps.optionComponent.prototype.constructor (props, context, updater)

function react-select.defaultProps.optionComponent.prototype.getDOMNode ()

function react-select.defaultProps.optionComponent.prototype.handleMouseDown (e)

function react-select.defaultProps.optionComponent.prototype.handleMouseEnter (e)

function react-select.defaultProps.optionComponent.prototype.handleMouseLeave (e)

function react-select.defaultProps.optionComponent.prototype.render ()

module react-select.defaultProps.optionComponent.prototype.__reactAutoBindMap

function react-select.defaultProps.optionComponent.prototype.__reactAutoBindMap.blockEvent (event)

function react-select.defaultProps.optionComponent.prototype.__reactAutoBindMap.getDOMNode ()

function react-select.defaultProps.optionComponent.prototype.__reactAutoBindMap.handleMouseDown (e)

function react-select.defaultProps.optionComponent.prototype.__reactAutoBindMap.handleMouseEnter (e)

function react-select.defaultProps.optionComponent.prototype.__reactAutoBindMap.handleMouseLeave (e)

module react-select.defaultProps.singleValueComponent

function react-select.defaultProps.singleValueComponent (props, context, updater)

module react-select.defaultProps.singleValueComponent.prototype

function react-select.defaultProps.singleValueComponent.prototype.constructor (props, context, updater)

function react-select.defaultProps.singleValueComponent.prototype.getDOMNode ()

function react-select.defaultProps.singleValueComponent.prototype.render ()

module react-select.defaultProps.singleValueComponent.prototype.__reactAutoBindMap

function react-select.defaultProps.singleValueComponent.prototype.__reactAutoBindMap.getDOMNode ()

module react-select.defaultProps.valueComponent

function react-select.defaultProps.valueComponent (props, context, updater)

module react-select.defaultProps.valueComponent.prototype

function react-select.defaultProps.valueComponent.prototype.blockEvent (event)

function react-select.defaultProps.valueComponent.prototype.constructor (props, context, updater)

function react-select.defaultProps.valueComponent.prototype.getDOMNode ()

function react-select.defaultProps.valueComponent.prototype.handleOnRemove (event)

function react-select.defaultProps.valueComponent.prototype.render ()

module react-select.defaultProps.valueComponent.prototype.__reactAutoBindMap

function react-select.defaultProps.valueComponent.prototype.__reactAutoBindMap.blockEvent (event)

function react-select.defaultProps.valueComponent.prototype.__reactAutoBindMap.getDOMNode ()

function react-select.defaultProps.valueComponent.prototype.__reactAutoBindMap.handleOnRemove (event)

module react-select.nodeListType

function react-select.nodeListType.installInto (expect)

module react-select.propTypes

function react-select.propTypes.addLabelText ()

function react-select.propTypes.allowCreate ()

function react-select.propTypes.asyncOptions ()

function react-select.propTypes.autoload ()

function react-select.propTypes.backspaceRemoves ()

function react-select.propTypes.cacheAsyncResults ()

function react-select.propTypes.className ()

function react-select.propTypes.clearAllText ()

function react-select.propTypes.clearValueText ()

function react-select.propTypes.clearable ()

function react-select.propTypes.delimiter ()

function react-select.propTypes.disabled ()

function react-select.propTypes.filterOption ()

function react-select.propTypes.filterOptions ()

function react-select.propTypes.ignoreCase ()

function react-select.propTypes.inputProps ()

function react-select.propTypes.isLoading ()

function react-select.propTypes.labelKey ()

function react-select.propTypes.matchPos ()

function react-select.propTypes.matchProp ()

function react-select.propTypes.multi ()

function react-select.propTypes.name ()

function react-select.propTypes.newOptionCreator ()

function react-select.propTypes.noResultsText ()

function react-select.propTypes.onBlur ()

function react-select.propTypes.onChange ()

function react-select.propTypes.onFocus ()

function react-select.propTypes.onInputChange ()

function react-select.propTypes.onOptionLabelClick ()

function react-select.propTypes.optionComponent ()

function react-select.propTypes.optionRenderer ()

function react-select.propTypes.options ()

function react-select.propTypes.placeholder ()

function react-select.propTypes.searchPromptText ()

function react-select.propTypes.searchable ()

function react-select.propTypes.searchingText ()

function react-select.propTypes.singleValueComponent ()

function react-select.propTypes.value ()

function react-select.propTypes.valueComponent ()

function react-select.propTypes.valueKey ()

function react-select.propTypes.valueRenderer ()

module react-select.propTypes.addLabelText

function react-select.propTypes.addLabelText ()

function react-select.propTypes.addLabelText.isRequired ()

module react-select.propTypes.allowCreate

function react-select.propTypes.allowCreate ()

function react-select.propTypes.allowCreate.isRequired ()

module react-select.propTypes.asyncOptions

function react-select.propTypes.asyncOptions ()

function react-select.propTypes.asyncOptions.isRequired ()

module react-select.propTypes.inputProps

function react-select.propTypes.inputProps ()

function react-select.propTypes.inputProps.isRequired ()

module react-select.propTypes.options

function react-select.propTypes.options ()

function react-select.propTypes.options.isRequired ()

module react-select.propTypes.value

function react-select.propTypes.value ()

function react-select.propTypes.value.isRequired ()

[ this document was created with utility2 ]