oferh / ng2-completer

Angular 2 autocomplete component
http://oferh.github.io/ng2-completer/
MIT License
347 stars 172 forks source link

How to set another input attribute? #262

Closed rifansi closed 7 years ago

rifansi commented 7 years ago

Hi, is there any way to set input attribute beside id & class? I want to set 'required' attribute.

oferh commented 7 years ago

you can also set required, there's a demo with it

rifansi commented 7 years ago

awesome! thank you