Answer the question
In order to leave comments, you need to log in
How to change default form in Bootstrap?
Can you please tell me how to replace the arrow button with an icon without a button in the standard form with a drop-down menu in Bootstrap? In the end, I want the form to look like a button with a dropdown menu, but with options and select functions.
Answer the question
In order to leave comments, you need to log in
You would at least throw the code, it's so hard to say. In general, extend the bootstrap with your class, in which you define that this button does not have an arrow. Get a customized bootstrap without touching its source code.
Code normal
<div class="currency1 col-md-12 col-sm-12 col-xs-12">
<select class="form-control" id="currency">
<option>UAH (Гривня)</option>
<option>USD (Долар)</option>
<option>EUR (Євро)</option>
<option>RUR (Рублі)</option>
</select>
</div>
:
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question