Ofer Herman
Ofer Herman
Hi, it might be doing if you use a custom data provider but I think some features like highlighting won't support it.
that's something you need to validate outside of the component by checking component value and making sure it's equal to one of the items on your list
there's no validator you should do it onn `selected`
@na-le this behaviour is not supported. The only option I can think of is to fork the code
@na-le take a look at the [demo](https://github.com/oferh/ng2-completer/blob/master/demo/native-cmp.html#L210)
Hi, take a look at the [demo code](https://github.com/oferh/ng2-completer/blob/master/demo/native-cmp.ts) for examples. If it still doesn't work please provide sample code or a plunker.
@lakshmanaB please provide a plunker or sample code that reproduces the issue
can you paste your code or create a sample?
`ng2-completer-md` is demo code so it's not equivalent to `ng2-completer` if you create a repo or plunk with code it'll be easier to understand what the issue is.
@sravenhorst probably better if you create a custom `CompleterData` see [here](https://github.com/oferh/ng2-completer/blob/master/demo/custom-data.ts)