E
E
Elena Zarichanskaya2016-05-16 10:27:01
Bootstrap
Elena Zarichanskaya, 2016-05-16 10:27:01

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

2 answer(s)
D
DarkMatter, 2016-05-16
@darkmatter

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.

E
Elena Zarichanskaya, 2016-05-16
@matildaode

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 question

Ask a Question

731 491 924 answers to any question