-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
seperate tooltip element #24
Comments
Is this related to the other question regarding css Sykes? You can use the built in angular classes to control this. |
I don't think so. |
I discovered that the trigger for the tooltip is still on the validated field and NOT on the element with the tooltip. As the tooltip appreas on click I have to click the field to get a tool tip on something else. And as I have been using this on hidden fields to indicate errors within groups of fields I did not see anything. So it worked different that expected. As there is only a change in the tooltip element when the tooltip is opened or closed this can not be used for attaching css for error colors |
This is a nice new feature.
But this does not place a red border round the element.
Is it possible to add a class like "xt-error" to the element indicated for the seperate tooltip.
So: xt-validation-tooltip="groupSelector"
would result in a class on the element groupSelector that indicates that it is in error and some css can be added.
The text was updated successfully, but these errors were encountered: