From 7a97ee2cf997d806a391c547bc48f0a215f29821 Mon Sep 17 00:00:00 2001 From: LiuHanZhi Date: Sun, 12 Jul 2026 14:50:52 +0800 Subject: [PATCH] fix: remove phishing demo link for react-select-search (fixes #448) The demo URL redirects through multiple pages to a fake captcha that copies an Msiexec command to the clipboard. Remove the malicious link while keeping the GitHub repository link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a6275f..acac019 100644 --- a/README.md +++ b/README.md @@ -486,7 +486,7 @@ _Autosuggest / autocomplete / typeahead_ - [react-mobile-picker](https://github.com/adcentury/react-mobile-picker) - [demo](https://react-mobile-picker.vercel.app/) - An iOS like select box component. - [react-select](https://github.com/JedWatson/react-select) - A Select control built with and for React JS. - [react-column-select](https://github.com/chr-ge/react-column-select) - A column select component built for react. -- [react-select-search](https://github.com/tbleckert/react-select-search) - [demo](https://react-select-search.com/) - A lightweight select component for React +- [react-select-search](https://github.com/tbleckert/react-select-search) - A lightweight select component for React #### Color Picker