From c1b9abd7c12eb5bd6fe4bb3c139c85188e499983 Mon Sep 17 00:00:00 2001 From: Yahya LAZREK <63449913+yahyalazrek@users.noreply.github.com> Date: Fri, 13 Mar 2026 00:10:17 +0000 Subject: [PATCH 1/2] Add react-smart-email-input to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9a6275f..a03c171 100644 --- a/README.md +++ b/README.md @@ -471,6 +471,7 @@ _Masked inputs, specialized inputs; email / telephone number / credit card / etc - [@lunasec/react-sdk](https://github.com/lunasec-io/lunasec) - [docs](https://www.lunasec.io/docs/) - Secure, hardened form components that encrypt/tokenize all data automatically. - [react-numpad](https://github.com/gpietro/react-numpad) - [demo](https://gpietro.github.io/react-numpad-demo/) - Extensible number pad control for numbers, dates and times. - [react-multi-email](https://github.com/axisj/react-multi-email) - [demo](https://react-multi-email.vercel.app/) - Format multiple emails as the user types. +- [react-smart-email-input](https://github.com/yahyalazrek/react-smart-email-input) - A drop-in email input that blocks temporary emails, checks live DNS/MX records, and autocorrects typos. #### Autocomplete From a9fb506eaf3f7a487745bb21b8dbdea44b3f8877 Mon Sep 17 00:00:00 2001 From: Yahya LAZREK <63449913+yahyalazrek@users.noreply.github.com> Date: Sat, 14 Mar 2026 22:55:46 +0000 Subject: [PATCH 2/2] Revise react-smart-email-input entry in README Updated the description for react-smart-email-input to include demo link and additional features. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a03c171..3bedf97 100644 --- a/README.md +++ b/README.md @@ -465,13 +465,12 @@ _Date picker / time picker / datetime picker / date range picker_ _Masked inputs, specialized inputs; email / telephone number / credit card / etc._ -- [react-credit-cards](https://github.com/amarofashion/react-credit-cards) - Beautiful credit cards for your payment forms. - [react-payment-inputs](https://github.com/medipass/react-payment-inputs) - [demo](https://medipass.github.io/react-payment-inputs/?path=/story/usepaymentinputs--basic-no-styles) - A zero-dependency container to help with payment card input fields. - [react-input-mask](https://github.com/sanniassin/react-input-mask) - [demo](http://sanniassin.github.io/react-input-mask/demo.html) - Yet another react component for input masking. - [@lunasec/react-sdk](https://github.com/lunasec-io/lunasec) - [docs](https://www.lunasec.io/docs/) - Secure, hardened form components that encrypt/tokenize all data automatically. - [react-numpad](https://github.com/gpietro/react-numpad) - [demo](https://gpietro.github.io/react-numpad-demo/) - Extensible number pad control for numbers, dates and times. - [react-multi-email](https://github.com/axisj/react-multi-email) - [demo](https://react-multi-email.vercel.app/) - Format multiple emails as the user types. -- [react-smart-email-input](https://github.com/yahyalazrek/react-smart-email-input) - A drop-in email input that blocks temporary emails, checks live DNS/MX records, and autocorrects typos. +- [react-smart-email-input](https://github.com/yahyalazrek/react-smart-email-input) - [demo](https://emailguard.lazrek.net/) - Drop-in email input that pings live MX records, blocks disposable domains, and suggests corrections for typos. #### Autocomplete