The SplitButton type declarations are missing the "show" and "hide" methods #2625
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
I'm submitting a ...
Current behavior
The TypeScript declaration file for the SplitButton does not list "show" and "hide" as methods even though they are defined. This prevents programmatic opening/closing of the menu.
Expected behavior
The
SplitButton
should have the (already implemented)show
andhide
methods listed in the type declaration in the filecomponents/lib/splitbutton/SplitButton.d.ts
.Please tell us about your environment:
N/A
React version:
N/A
PrimeReact version:
7.2.0
Browser:
N/A
Language: [all | TypeScript X.X | ES6/7 | ES5]
N/A
The text was updated successfully, but these errors were encountered: