ThrivingKings/Formly

validation doesn't work if field name includes [ ]

Closed this issue · 0 comments

I have a field with name as user[first_name]. It stops form from submitting but doesn't show the validation text. If I change the field name to user_first_name it works fine.