tommueller / ng-mat-search-bar

An Angular 2+ component for an expandable search-icon.
MIT License
37 stars 9 forks source link

Alignment #6

Closed Gawie-Schneider closed 5 years ago

Gawie-Schneider commented 5 years ago

Hi there,

I did as you mentioned, however the component keeps aligning left and opening toward the left side.

The component was added as part of a div element, so nothing funny there. It doesn't want to stretch either.

Please advise

Angular 7 btw

tommueller commented 5 years ago

Hi @Gawie-Schneider, if I understand you correctly, it works as intended. The input is supposed to overlay content next to it. It is absolutly positioned. So you would need to make sure that it is positioned correctly. If that is not what you meant, please provide a stackblitz to illustrate the issue. Best!

tommueller commented 5 years ago

I will close this as you did not reply any more. Cheers