is this some kind of combination
does anyone know how to implement this? is it a combination of some select drop down menu and a field like an input type? im using bootstrap so is there a way to do it using that or can it be done with pure html and css?
6 Replies
everything bootstrap does, is done with HTML, CSS, and a bit of JS for interactivity sometimes
you can just use the devtools to inspect the elements and see how it's done
i tried that just now, it just seems like a bit of a mess🤮 or am i inspecting it wrong🥺 it starts with that first div
they're surprisingly hard to make, though this is indeed pretty messy
form elements are hard to style, so a lot of the time for the fancy inputs that you see online, people have to build them by hand
so it just comes from the experience of the dev?🥲
there's no single HTML element you can just plop down and have that work, if that's what you're asking
you either use a premade one from somewhere, or you build it yourself
understandable thank you very much. Really appreciate the input👊 💯