I am stuck with a very simple problem. I have login form with username, password and button. In my button handler, I try to get the textinput value. But always get undefined
This work for me
this.userName = text} /> this.Password = text} />
and
_signInAsync = async () => { console.log(this.userName) console.log(this.Password) };