liuy97 / ng2-input-autocomplete

angular2 input autocomplete
https://liuy97.github.io/ng2-input-autocomplete/
MIT License
7 stars 5 forks source link

how can add multiple sourceField #4

Closed smrmari closed 5 years ago

smrmari commented 5 years ago

i need autocomplete as the following method

name age Dob xxxx xx xx-xx-xxxx

or xxxx xx xx-xx-xxxx

how to make customization.

liuy97 commented 5 years ago

This feature is not supported yet. But you can implement it in convert multiple fields to one string.

liuy97 commented 5 years ago

it is better to handle this complicated case in typescript.