Egor Volvachev

Results 12 issues of Egor Volvachev

This PR fixes the problem when mat-tooltip-hide triggers the animation of tooltip that has not been shown yet. Fixes #24614 Caretaker note: Integration test is failing because selenium wants to...

merge ready
caretaker note
target: patch

Fixes #7433. ## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/CONTRIBUTING.md#commit - [x] Tests for the changes have...

Component: DatePicker
PR: unreviewed
PR: need-rebase

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/CONTRIBUTING.md#commit - [x] Tests for the changes have been added...

PR: unreviewed

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/CONTRIBUTING.md#commit - [ ] Tests for the changes have been...

PR: unreviewed

The problem appeared during fix of the bug #10716 (running `detectChanges` in `pInputText`). Setter has been ran by detector without running `doCheck` inside `ngClass`. To avoid the problem, either do...

pending-review

Fixes a bug in Material `list` when using MacOs `command`+`a` does not work for 'select all functionality'. (see [angular/components#24788](https://github.com/angular/components/pull/24788))

Added types for `type` property in the badge component * [x] Make sure you follow Element's contributing guide ([中文](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.zh-CN.md) | [English](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.en-US.md) | [Español](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.es.md) | [Français](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.fr-FR.md)). * [x] Make sure you...