fix: missing autoFocus prop in Slider. Fixes #26982 (#26995)

This commit is contained in:
Lim Shang Yi 2020-10-02 22:16:18 +08:00 committed by GitHub
parent ef3aabdf7d
commit 08ca032550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,7 @@ export interface SliderBaseProps {
tooltipVisible?: boolean;
tooltipPlacement?: TooltipPlacement;
getTooltipPopupContainer?: (triggerNode: HTMLElement) => HTMLElement;
autoFocus?: boolean;
}
export interface SliderSingleProps extends SliderBaseProps {