Hi,
I'm building a form where I have nested models in it using name property on text_area like this:
{{ text_area('accountGroupComments[' accountGroupId ']', 'placeholder': 'Comments', 'class': 'form-control') }}
in controller I use Tag::setDefaults with previous request data passed from session (much like laravel?) text_area is not populated with value from nested array. Is it a bug or am I missing something?