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 was using Material-UI LeftNav and implemented it as follow
<LeftNav ref="leftNav"menuItems={MenuItems} / > MenuItems = [ { text: 'A', iconClassName: 'fa fa-search' }, { text: 'B', iconClassName: 'fa fa-pencil-square-o' }, { text: 'C', iconClassName: 'fa fa-star' }, { text: 'D', onToggle: function(){console.log('toggled')} } ];
the strange thing is the icon for each item got loaded correctly, but the onToggle function never get fireback, anyone have any idea why? Thanks
The text was updated successfully, but these errors were encountered:
Imperative functions on LeftNav have been deprecated. please control the state and events with value and onRequestChange
value
onRequestChange
Sorry, something went wrong.
[DatePicker] Add test for textbox aria-invalid (mui#1955)
ff33683
No branches or pull requests
I was using Material-UI LeftNav and implemented it as follow
the strange thing is the icon for each item got loaded correctly, but the onToggle function never get fireback, anyone have any idea why? Thanks
The text was updated successfully, but these errors were encountered: