Is your feature request related to a problem? Please describe.
Since making validate() public I want an attribute to force the logic to execute even if the noValidate attribute is used. The noValidate will prevent the input from auto-validating on blur but I still need it to execute when I call it directly.
Is your feature request related to a problem? Please describe.
Since making
validate()
public I want an attribute to force the logic to execute even if thenoValidate
attribute is used. ThenoValidate
will prevent the input from auto-validating on blur but I still need it to execute when I call it directly.Describe the solution you'd like
Add a
force
boolean attribute to the component.