[Integrates] Enhance Select Input for Efficient Option Filtering
Problem
The select input system does not facilitate efficient searching of items in the dropdown list. In situations where tasks need to be assigned or specific items selected, such as assigning a task to "dguerrero," it does not allow for quick filtering of options by typing the first letter of the name. This results in an inefficient user experience and increases the time required to complete the task.
Screen_Recording_2024-07-24_at_11.53.20_AM
Solution
Implement a functionality in the select input that allows users to filter the available options by typing the first letters of the name or identifier of the item they want to select. This will improve the system's efficiency and usability.
-
Improve the select input -
Updated the component on the storybook
Edited by Andres Saldarriaga