Repository URL to install this package:
Version:
0.9.6 ▾
|
.. |
ActiveOption |
Option |
OptionList |
Select |
__tests__ |
meta |
README.md |
SelectDropDown.tsx |
index.ts |
typings.ts |
@alias SelectableOptions
// @todo FOR CLICK BOUNDARY const setRef = x => this.innerRef = x const render = boundary => ( <Wrap className={classList.wrap} innerRef={setRef}> <Select {...passthroughProps} {...selectAttributes.state} {...this.attributes} /> {errorMessageView} </Wrap> ) // <ClickBoundary parentRef={this.dom} onClickOutside={this.state.handleToggleVisibility}> /** * @todo from clickContainer */ // <SelectWrap innerRef={this.setRef}> setRef = node => { if (isFunction(this.props.innerRef) === true) { this.props.innerRef(node) } else if (isFunction(this.props.onBlur) === true) { // handleClickBoundary(node, this.props.onBlur) } }