Is it possible to set a hint to other component from afterStateUpdated closure?
I have a afterStateUpdated closure on ComponentA that sets the value of the ComponentB. I would like additionally to set the hint of ComponentB.
4 Replies
You cannot set a hint. But you can use a closure on
->hint()
and show a hint based on the state.Sample code:
yes
Is there a question? π