Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

remove arrow dropdown bootstrap

Simply remove "dropdown-toggle" class from the element. The dropdown will still work if you have the data-toggle attribute as follows

<button role="button" type="button" class="btn" data-toggle="dropdown"> 
    Dropdown Without Arrow
</button>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #remove #arrow #dropdown #bootstrap
ADD COMMENT
Topic
Name
3+4 =