()
| 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') { |
no test coverage detected