Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

bootstrap select box arrow not visible

// bootstrap select box arrow not visible
// Solution - Add form-select class next to the form-control class 
// for B5 Version

<select class="form-control form-select">
    <option>Select Title</option>
    <option value="1">Title 1</option>
    <option value="2">Title 2</option>
</select>
 
PREVIOUS NEXT
Tagged: #bootstrap #select #box #arrow #visible
ADD COMMENT
Topic
Name
9+9 =