Is there any way to display dynamic value in tool tip?
I have tried:
this.assist.toolTip.value = this.rawValue; for a text field on "mouseEnter" event
but it is not displaying the current raw value. It is displaying previous raw value of the field..
I have written 'AAAA' but it is not displaying it on first mouseEnter event
When i am performing mouseEnter event for 2nd time it is giving the right value.
Now I have changed the value to 'BBBB' but on first mouseEnter event it is displaying the previous value i.e. 'AAAA'