Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

133
Views
How to make a hybrid select + search field as one solid unit?

I want to create a search field with an option to select some parameter before searching and it should look like one solid unit as on the picture below.

enter image description here

I didn't find such component in MaterialUI framework, which I'm using in my project. But maybe there is some third party solution for this purpose.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Use custom css

*{margin:0;padding:0}
.select{
  margin:0px;
  border-top-left-radius:25px;
  border-bottom-left-radius:25px;
  padding:10px;
}
.input{
  margin:0px;
  padding:10px;
  border-top-right-radius:25px;
  border-bottom-right-radius:25px;
}
<select class="select">
  <option>One</option>
  <option>Two</option>
</select>
<input type="text" class="input" placeholder="Search"/>

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!