Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: disable spellcheck and autocomplete in search input
Add `spellcheck="false"` and `autocomplete="off"` attributes to the search input field in the channel list component. This improves user experience by preventing the browser from suggesting incorrect spellings and previously entered values, ensuring a cleaner and more focused search experience.
- Loading branch information