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
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
9 months ago
..
app Improve Tooltip UX by enabling delay by default (#21383) 9 months ago
app-sidebar fix(web): Optimize AppInfo Component Layout (#22212) (#22218) 9 months ago
base Update index.tsx Add Search Functionality to Dropdown Component 9 months ago
billing E-300 (#19726) 11 months ago
custom fix: show 'reset brand' button after set branding image (#20420) 10 months ago
datasets Improve Tooltip UX by enabling delay by default (#21383) 9 months ago
develop fix: wrong translation (#21311) 10 months ago
explore E-300 (#19726) 11 months ago
header Improve Tooltip UX by enabling delay by default (#21383) 9 months ago
plugins Improve Tooltip UX by enabling delay by default (#21383) 9 months ago
share fix: keep search params in web app url when needs authorize (#21717) 9 months ago
signin Chore: frontend infrastructure upgrade (#16420) 1 year ago
tools feat(tool): add support for API key authentication via query parameter (#21656) 9 months ago
workflow Improve Tooltip UX by enabling delay by default (#21383) 9 months ago
workflow-app chore:extract last run common logic (#22214) 9 months ago
browser-initor.tsx Chore/cleanup warnings (#17974) 12 months ago
i18n-server.tsx Chore: frontend infrastructure upgrade (#16420) 1 year ago
i18n.tsx Introduce Plugins (#13836) 1 year ago
sentry-initor.tsx Chore: frontend infrastructure upgrade (#16420) 1 year ago
swr-initor.tsx Chore/cleanup warnings (#17974) 12 months ago
with-i18n.tsx