Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to start a somewhat public facing checklist of areas I think need to be addressed. Perhaps this is a starting point of creating some other milestones. If anyone has any other ideas or support, please feel free to reply and I can append to this list.
At some point I will likely begin to assign some sense of prioritization and milestones should collaboration team agree on prioritization.
dependencylife cycle methodshooksonMenuChange
prop to include an action api to include events like:onMenuOpen
propcacheOptions
propmenuPlacement
set to autoonScroll
to replaceonScrollTop/Bottom
onMenuOpen
or as suggested aboveonMenuChange({ action: "opening" })
:hover
and className (for keyboard) to improve scrolling performance by removing onMouseEnter/onMouseLeave DOM event bindingselectProps
to InputProps style apitrigger
method for testing or replicating functionality in custom componentsdisableGroups
prop to disable grouping or introduce newgroups
prop in case options includes an option named "options" but it isn't a groupBeta Was this translation helpful? Give feedback.
All reactions