ReinierGielen

Results 16 comments of ReinierGielen

I change the type of my reset button to "reset" and now I actually get in the reset branch in xtForm. The I do however get a function is undefined...

I tried that, but unfortunatly the function I need to inject is a service and you can not inject a service in a config. But I'll look for an alternative...

I managed to get a translation with the following statement: msg-required="{{'required'|translate}}" The disadvantage of course is that I need to add this to every input field.

The tooltips in 2.0 don't appear on hover of the field in error. Can this old behavior please be reinstated. At least optional.

I don't think so. I have a DIV that I give a xt-validation-tooltip="field1" field1 also has a xt-validation-tooltip. When I test I can see that the class xt-error-container is added...

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...