You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same issue with a custom onBlur function using setValue via a ref. I can see it hit the setValue function in Mixin.js, set the state once, then call my onBlur function, get the correct value... but never show it.
That said, I just figured out that you CAN do this._textInput.state.value = 'blah', but that feels a bit dirty.
In my component I have
I try to set its value with the below code, but nothing happens.
What am I doing wrong?
The text was updated successfully, but these errors were encountered: