Allow only alphabets in the input field in React

In this article, we will teach you how to allow only alphabets in the input field in React. Here, we will implement this functionality without the React package.

Here, we have to use the Regular Expression inside the onChange event of the input field to allow only alphabets. We will only set the value when it matches the condition.

App.js

Output:

Output - Allow only alphabets in the input field in React - Clue Mediator
Output – Allow only alphabets in the input field in React – Clue Mediator

That’s it for today.
Thank you for reading. Happy Coding..!! 🙂

If you found value in this article,
you can support us by buying me a coffee! ☕

You may also like...

2 Responses

  1. Mohd Imran says:

    But is is also not taking space

Leave a Reply

Your email address will not be published. Required fields are marked *