In 1.13.16, the title attribute gave a placeholder when no option is selected.
This functionality does not work in 1.13.17
<select class="selectpicker form-control" id="number" title="Select a number"></select>
This should show Select a number when no option is selected.
Test case: https://plnkr.co/edit/eStCUygC40HAM52x
In 1.13.16, the title attribute gave a placeholder when no option is selected.
This functionality does not work in 1.13.17
<select class="selectpicker form-control" id="number" title="Select a number"></select>This should show
Select a numberwhen no option is selected.Test case: https://plnkr.co/edit/eStCUygC40HAM52x