ekstro

Results 2 issues of ekstro

I'm trying to use prototype example from documentation. ``` $form = $this->form($this->getFormClass(), [ 'method' => 'POST', 'autocomplete' => 'off', 'model' => [ 'title' => 'Test', 'tags' => [ ['name_a' =>...

Hello, What is the best way to do something like this? ``` Email ``` I changed config file with this: ``` 'defaults' => [ 'wrapper_class' => 'form-group row', ``` Edited...