A
A
Alexey Sosnovsky2015-09-02 13:19:55
css
Alexey Sosnovsky, 2015-09-02 13:19:55

Why is it not recommended to use select and how to replace it correctly?

Hello!
there is a need to use a form with 3 selects in which you need to select the make, model, year of manufacture of the car, and as a result, get a list of matching keys. I decided to use bootstrap and read this thing
getbootstrap.com/components/#input-groups

Avoid using elements here as they cannot be fully styled in WebKit browsers.

but what about then? I planned using angular (ng-repeat) to fill and filter in it to make a selection, but if you do not use selects, how to do it wisely. I googled and didn't find anything fancy. Maybe I'm looking in the wrong direction? tell me who had experience in creating such selections and filters

Answer the question

In order to leave comments, you need to log in

5 answer(s)
R
Ruslan Abdullaev, 2015-09-02
@sosnovskyas

Discover Angular-UI and specifically Angular-UI ui-select

D
Dmitry Kravchenko, 2015-09-02
@mydearfriend

select2 and chosen to the rescue

A
Alex, 2015-09-02
@mr_ko

Not recommended because they may look different in different OS and browsers.
You can take something like this https://select2.github.io/examples.html

D
DigitalSmile, 2015-09-02
@DigitalSmile

Recently there was an article on Habré , I recommend it, it is quite convenient, although not without bugs.

P
Pavel O, 2015-09-02
@gans5131

https://jsfiddle.net/gans5131/gnx7rpf3/
Might like it

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question