Nathan Barraillé
Results
3
comments of
Nathan Barraillé
I created a PR for this: https://github.com/amulyakhare/TextDrawable/pull/34
We're having the same issue
This is still not working for me on 2.27.1 `setError(form, 'password', 'Invalid password'` does not work at all. I need to do `errors.set({ password: ['Invalid password'] })` Code: ```typescript import...