Text box that accept only letters

You can change the input type pattern

Or you can use Regex extension to accept only text

1 Like