Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add excludedItems parameter to autocomplete function with dynam…
…ic size adjustment **Description (optional):** - Added `excludedItems` parameter to filter out unwanted items from auto-suggestions. - Dynamically adjusted the `size` parameter to request additional items based on the length of the exclusion list. - Ensured safety by handling potential null values in `excludedItems`. - Improved overall flexibility of the autocomplete functionality.
- Loading branch information