Hello Abhishek,
You can use JavaScript to resolve your issue. On the input fields extended property select ONKEYUP and put below javascript code there in expression editor.
"this.value=this.value.replace(/[^a-zA-Z]/g, '')"
I hope this helps you.
Regards,
Ajit kurane.