Currently, I am setting tooltips for multiple fields upon rendering to offer additional information about each field. Additionally, validations have been set up for these fields.
The default tooltip appears when hovering over the field as expected. However, in cases of validation failure, the validation tooltip does not display to the user. It seems that the normal tooltip is taking precedence over the validation tooltip.
Is there a solution to prevent this behavior and ensure that the validation tooltip is shown when needed?