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

127
Views
Nested Options in React-Bootstrap-Typeahead

Trying to implemented a nested dropdown with the following options:

const options = [
  {
    value: 'one',
  },
  {
    value: 'two',
  },
  {
    value: 'three',
    extraOptions: [
      { value: 'three point one' },
      { value: 'three point two' },
    ],
  }
];

In my component I have the following:

<Typeahead
  multiple
  type='text'
  onChange={e => handleChange(e)}
  options={options}
  labelKey='value'
/>

Is there a way to nest the extra options into a new dropdown with the current dropdown menu? I.e.Get extraOptions to show when value 'three' is selected within the dropdown.

about 4 years ago · Juan Pablo Isaza
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!