jarb-angular-formly
Version:
Validating forms through JaRB.
16 lines (11 loc) • 482 B
Markdown
Added support for @Embeddable fields in an @Entity.
Updated the README with new instructions on how to configure the back-end.
Changed the 'minlength' and 'maxlength' behavior.
Before the minlength and maxlength behavior was applied whenever it
was found on the contraints. Now it is only applied when the javaType
is a Java.lang.String.
This way the properties will not be set unintentionally.
Initial version