Can I listen for blur/onchange type events for a form field component?

I'm trying to disable fields (and show a spinner) on blur, then re-enable (and mark as completed )after the state has been updated and the field rehydrated. Is there a lifecycle hook I can use for this?

aferStateUpdated()


doesn't invoke my closure until the network request has completed, so there's too much of a delay.
Was this page helpful?