tommueller / ng-mat-search-bar

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

[FEATURE] Custom placeholder text #20

Closed vishnu-dev closed 4 years ago

vishnu-dev commented 4 years ago

Custom placeholder as input should be a feature @tommueller

tommueller commented 4 years ago

@vishnu-dev good idea. I would encourage you to provide a PR, otherwise it might take some time. Cheers

tommueller commented 4 years ago

@vishnu-dev just added that feature, please test version 4.1.0. you can just use [placeholder]="'whatever string'" Cheers

vishnu-dev commented 4 years ago

Closing as solved.