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 found this a slightly difficult problem to solve, with no, at-least to me, clear solution. Both the appearance of the tooltip and the error message itself are coming from the same data. Once that data changes (the field no longer being invalid), it will instantly update the text which becomes visible due to the transition time for the tooltip to disappear.
The only solution I could come up with was to somehow delay the changing of the text until after the transition had occurred, but my lack of knowledge with this specific stack means that I wouldn't know where to even begin with that, plus it not being a very nice solution.
If anyone has any other suggestions as to how to fix this, I'd be happy to take a shot at implementing it!
Observed/problematic behavior
When any invalid input errors are resolved, the popover displaying the issue flashes "error" before disappearing.
Expected behavior
it not to flash
Steps to reproduce
popover-error-2023-04-23_15.11.47.mp4
Other
No response
The text was updated successfully, but these errors were encountered: