I have a grommet JS project in which I am using a LoginForm component.
I have gone through the component's help page and can see the functionality that it provides. Here is the reference:
https://grommet.github.io/docs/login-form
But, What if I have a custom requirement? Say, to make the login button disabled until both username and password are entered? How do I then get a reference to that button and the text fields there?
Is it even allowed to do this according to Grommet methodologies?