'How to disable autofocus from first field redux form

I have 3 fields and the first field is getting autofocus when the component is mounted. I don't ant any field to autofocus. How can I do this? I have tried with onFocus={false} which is not working.

Can anyone help with this?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source