You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gcgj-dify-1.7.0/web/app/components/base/select
AuditAIH 1c060e5f1e
Update index.tsx Add Search Functionality to Dropdown Component
This PR introduces a searchable dropdown component to enhance user experience when selecting from a large list of options. The new functionality allows users to:

1. Search within the dropdown options using a text input
2. Filter options dynamically as they type
3. Select an option either by typing or clicking
4. Maintain accessibility standards with keyboard navigation

Key Changes:
- Added a search input field above the dropdown options
- Implemented real-time filtering based on user input
- Enhanced styling for better visibility of search results
- Maintained backward compatibility with existing prop interfaces
- Added unit tests for search functionality
8 months ago
..
index.tsx Update index.tsx Add Search Functionality to Dropdown Component 8 months ago
locale.tsx Feat: dark mode for independent pages (#17045) 1 year ago
pure.tsx Feat/loop break node (#17268) 12 months ago