I have tried a few options available in the following links. 1. Disable speech to text button (Micro phone) on soft input keyboard in android programmatically 2. How to disable displaying "suggestions" on the Soft Keyboard
doesn't seem to work.
<TextField
fieldFocusClass
returnKeyType="done"
autocorrect="false"
formControlName="pin"
>
</TextField>