Posted 21 December 2017, 12:44 am EST
I am using code like this but instead of placeholder it shows first value in autocomplete
```
Forums Home / Wijmo / General Discussion
Posted by: venkateshpallanti on 21 December 2017, 12:44 am EST
Posted 21 December 2017, 12:44 am EST
I am using code like this but instead of placeholder it shows first value in autocomplete
```
Posted 22 December 2017, 1:26 am EST
Hi,
Probably, you are using service to get data from server, as the data assigned to itemsSource, selectedIndex set to 0 and update ngModel too. Hence, to set Control selectedValue to null, we need to set ngModel value to null after loading data to ComboBox.
Please refer to the fiddle for the same:
http://jsfiddle.net/mkgupta911/e0nka1sx/35/
~Manish