I am using select & selectpicker-plugin for states and places values. State values are loaded properly in select option and on select change select picker value(places) should be displayed. On web pages, place values are not visible and when i check with browser debug Elements, i can see the places values are loaded. What is the cause that its not visible on webpage?
When I remove selectpicker
from class,
<select class="form-control" id="selectplaces">
</select>
I can see the values are loaded and visible on web page