react-hook-form: How to force lowercase characters

I want to accept a username that only consists of lowercase characters
Solution
watch('field') to listen to changes
Was this page helpful?