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?
No description
6 Replies
Jochem
Jochem•3mo ago
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
greenleaf02
greenleaf02•3mo ago
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
No description
Jochem
Jochem•3mo ago
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
greenleaf02
greenleaf02•3mo ago
so it just comes from the experience of the dev?🥲
Jochem
Jochem•3mo ago
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
greenleaf02
greenleaf02•3mo ago
understandable thank you very much. Really appreciate the input👊 💯