How to get nested flashMessages error? #3805
-
I have a client side generated form where a user can create new rows. The values with the same input
How can I get or check this message? Edit: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can use the object returned by the get method! So |
Beta Was this translation helpful? Give feedback.
You can use the object returned by the get method!
So
flashMessages.get('errors')['subject.2']
should works!