Philipp Denzler

Results 9 comments of Philipp Denzler

You're right, we should think of a better solution for the date validators.

The validity classes are automatically added on the `valdr-form-group` element. You can see here which ones are added to form groups: https://github.com/netceteragroup/valdr#css-to-control-visibility The state of individual validators is currently not...

@jgribonvald if you want to implement such a label directive, have a look at `valdrFormItem-directive.js` and `valdrMessage-directive.js` which operate on the `` elements instead of `` and also require the...

I'll reopen it, maybe we can add such a feature later. I think highlighting required fields on the label element might be really useful. The question is only if something...

Note that for each valdr validator a class with it's validity state is also added to the `input` itself. If all you need is to highlight required fields (and it...

Right now there is no way to validate one field against another one. This is because the directive that validates one input has no access to the complete form, to...

Yes, I think that ARIA attributes should be supported by valdr. `role="alert"` will be added to the default template in valdr to display the validation messages. For now you can...

It is not yet possible, but I agree that such an option would be handy if you don't generate your constraints (for example using [valdr-bean-validation](https://github.com/netceteragroup/valdr-bean-validation)) but write them by hand.

Yes, this really is a cool feature. It could be implemented in `angular-deferred-bootstrap` if the resolve functions would be chained and the already resolved values would be passed as `locals`...