This repository was archived by the owner on Nov 24, 2018. It is now read-only.

Description
Let's say I have implemented form with custom components then I want validations to be added as part for the component if i did not added the my-input then those validations will not be added and if add them those have to be added dynamically any idea?
<form>
<my-input1></my-input1>
<my-select></my-select>
</form>
work around!
If the getConstraints is available then we can modify the constraints easily