morozp

Results 2 issues of morozp

Could you add async validation? with Promise or observer as result

enhancement

// expand custom icon should NOT be displayed in menu with horizontal mode. let icon = null; if (props.mode !== 'horizontal') { icon = this.props.expandIcon; // ReactNode if (typeof this.props.expandIcon...