renderCancelIcon() {
            if (this.$props.showClear) {
                return this.$props.clearIcon || <CancelSvg />;
            }