About 370,000 results
Open links in new tab
  1. javascript - filtering select drop down menu to filter in React ...

    Jan 24, 2020 · My app successfully displays all the countries and allows user to filter countries in a search input. I want to be able to use a select dropdown to show countries by region example: Europe, Asia, Africa etc.

  2. react-dropdown-tree-select - npm

    A lightweight and fast control to render a select component that can display hierarchical tree data. In addition, the control shows the selection in pills and allows user to search the options for quick filtering and selection. Also supports displaying partially selected nodes. Table of Contents. Screenshot; Demo. Vanilla, no framework; With ...

  3. Creating a filter for a drop down menu in React - Stack Overflow

    Aug 21, 2022 · I'm working on practicing with React and I'm creating a drop down menu, but in that when a user clicks on either a fruit or a vegetable, it'll filter and show on the page which item was selected.

  4. javascript - React filter items with dropdown - Stack Overflow

    Nov 9, 2015 · I'm learning React and wanted to filter a list using a dropdown. I've almost got it but I can only click the drop down once and then the list will go empty. I'm pretty sure it's because I'm filtering the list and then it returns the list with the filtered items.

  5. Dropdown, Parent-Child Multi-Check with React-Select

    Mar 28, 2024 · Customizing Dropdown Appearance: You can customize the appearance of the dropdown using various props and styles provided by react-select. Notably, our dropdown features a parent-child...

  6. React Dropdown List Component | Custom Dropdown Menu

    The React Dropdown List Component has built-in filtering support with a rich set of filtering configurations available to match all your application needs. Enable the filtering functionality to show the search input box in the drop-down pop-up list.

  7. React Multi Select Dropdown | Dropdown with Checkbox

    Built-in support for filtering, hierarchical data binding, grouping, tagging, selection limits, and UI customization with templates. No credit card required. The React Multi Select Dropdown is a quick replacement for the HTML select tag for selecting multiple values.

  8. javascript - React multi select hierarchy - Stack Overflow

    Oct 3, 2019 · Basically you should've restructure your data a bit for easier access (everything under one object). Then you need to track which league is selected and which team is selected. On every league change, you need to refresh your team list (basically filter required teams) like this: league && data[league] ? data[league].map(name => (

  9. Filter Dropdown Menu - React Interviews

    The filtering variable is a memoized value that indicates whether any filter is currently enabled. It relies on the useMemo hook to compute this value only when the filters state changes. The FilterDropdown component renders a div containing two nested divs.

  10. [React] - How to Create a Dropdown Filter in React | SheCodes

    In this tutorial, you'll learn how to create a dropdown filter in a React functional component and apply it to filter data.

  11. Some results have been removed