fabian-hiller / valibot

The modular and type safe schema library for validating structural data 🤖
https://valibot.dev
MIT License
5.67k stars 170 forks source link

abortPipeEarly influnces on abortEarly #603

Closed mblandr closed 1 month ago

mblandr commented 1 month ago

When i set abortPipeEarly: true, abortEarly: false, after first issue in some pipe not only this pipe is aborted. but validating next fields after aborted pipe is aborted too. Is it by design?

fabian-hiller commented 1 month ago

Can you share a working code example with me? You can use our playground if you like.

mblandr commented 1 month ago

Sorry, I was wrong.