MCPcopy Index your code
hub / github.com/reactstrap/reactstrap / getMenuCtrl

Method getMenuCtrl

src/Dropdown.js:258–262  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

256 }
257
258 getMenuCtrl() {
259 if (this._$menuCtrl) return this._$menuCtrl;
260 this._$menuCtrl = this.getToggle();
261 return this._$menuCtrl;
262 }
263
264 getItemType() {
265 if (this.props.menuRole === 'listbox') {

Callers 1

handleKeyDownMethod · 0.95

Calls 1

getToggleMethod · 0.95

Tested by

no test coverage detected