Class: Combo

Combo

new Combo(props)

A combo-box component for React Bootstrap
Parameters:
Name Type Description
props Object A props config
Source:

Methods

(protected) componentDidMount()

Invoked when the component is mounted into the DOM tree
Source:

(protected) componentWillUnmount()

Invoked when the component is about to be unmounted from the DOM tree
Source:

handleResize()

Invoked when the component is mounted into the DOM tree, debounced by 150ms
Source:

(protected) render() → {ReactElement}

Invoked when the component is about to be unmounted from the DOM tree
Source:
Returns:
a virtual DOM tree representing the component
Type
ReactElement

(protected) shouldComponentUpdate(props) → {boolean}

A performance hook
Parameters:
Name Type Description
props Object A props config
Source:
Returns:
true if the component needs to be re-rendered
Type
boolean