Hugo Martins

Results 13 comments of Hugo Martins

Hi @jakub-zawislak , I'm having a hard time I'm trying to implement a collection type, but the output just gives me the first row of the collection. Any idea what...

Hey @antonyoneill , Thanks you very much for your reply. Here is the dump($form) [form_dump.txt](https://github.com/Limenius/Liform/files/2360447/form_dump.txt) Please rename it to .html and you can see all.

Hey @antonyoneill About the 5 rows to render I told you by mistake, in this case it has 3 rows. I am using LifromBundle and normalize with: $this->get('liform')->transform($form) For this...

Also, if I remove the Liform transformer and let FOS User transform the response I have is this: ``` { "children": { "wizard_questions": { "children": [ { "children": { "wizard_answers":...

Hey @antonyoneill Many thanks for your help. Now I got a better idea of how Liform works. At first, in my case I need to use a CollectionType, which in...

Also, can you tell how do you deal with "select boxes"? I have a json response with two key's one enum and another enum_titles, liform-react handles both arrays ?

Hey @antonyoneill, I think I've join all the pieces of my puzzle. But, in the end, I've facing some issue with DEV and PROD environment, which I don't know whats...

Hey @antonyoneill its seems be something with embed data into ColletionType, I use PRE_SET_DATA event, to find out which data should be in CollectionType and add "data" options to CollectionType....

Anyone knows how to change the key widget to format ? Or how to solve this issue ? I am using angular-schema-form to handle forms. @hpatoio do you know how...

@brianpkelley hey I am facing a same problem with datepicker. After place the code above in material-decorator.js, build, and also changed the type object. I did well ? Because if...