We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using a dropdown inside a Menu as a Menu.Item
<Menu.Menu position='right'> <Dropdown as={Menu.Item} text='Profile'> <Dropdown.Menu> <Dropdown.Item>Electronics</Dropdown.Item> <Dropdown.Item>Automotive</Dropdown.Item> <Dropdown.Item>Home</Dropdown.Item> </Dropdown.Menu> </Dropdown> </Menu.Menu>
I get the following error in the console when the dropdown closes and when I unsuccessfully try to re-open it
Dropdown.js?ea24:517 Uncaught TypeError: _this._dropdown.blur is not a function
0.56.4
http://codepen.io/giacomorebonato/pen/bwmNbm
The text was updated successfully, but these errors were encountered:
Duplicate #659
Sorry, something went wrong.
Released in [email protected].
[email protected]
No branches or pull requests
I am using a dropdown inside a Menu as a Menu.Item
Steps
Actual Result
I get the following error in the console when the dropdown closes and when I unsuccessfully try to re-open it
Version
0.56.4
Testcase
http://codepen.io/giacomorebonato/pen/bwmNbm
The text was updated successfully, but these errors were encountered: