ngx-mat-select-search icon indicating copy to clipboard operation
ngx-mat-select-search copied to clipboard

Improve enter / leave animation

Open macjohnny opened this issue 5 years ago • 3 comments

Due to positioning during the panel fade in / out animation, the search input instantly appears after the animation is done. This should be improved to smoothly fade in the search input. Probably the positioning during the animation needs to be fixed.

macjohnny avatar Dec 07 '18 12:12 macjohnny

It seems to be quite hard to find a solution for this. If anybody has an idea, please give it a try

macjohnny avatar Jan 08 '19 16:01 macjohnny

Hi @macjohnny , what about making mat-option container sticky? It seems this way there is no blinking option behind ngx-mat-select-search(check single selection example)

vvkotov avatar Apr 27 '21 11:04 vvkotov

Thanks for the suggestion. However, on a mobile device with iOS/Chrome, the search input is not visible initially: B2072376-E929-4B89-B8EF-3C089313AF6B

macjohnny avatar Apr 27 '21 12:04 macjohnny