MikeRayUX/stimulus-inline-input-validations

Handle multiple existing validatinos (presence,min/max,numericality) on a single field

Closed this issue · 1 comments

Handle multiple existing validations (presence,min/max,numericality) on a single field

when multiple errors are triggered, there should be multiple error divs div data-error="error.type">error.message in the target errors container.

Handled in #2