Paolo Bernardini

Results 35 comments of Paolo Bernardini

Do you have an ETA?

are you planning on implementing GraphQL for next-drupal?

Have you seen this? https://www.drupal.org/project/graphql_compose

thanks, it worked, it should be highlighted on the docs.

any update on this component?

Thanks, This is the CodeSandbox for filepond https://codesandbox.io/s/compassionate-ramanujan-immb8r?file=/src/App.js, Than you need to add the image-edit plugin as per https://pqina.nl/filepond/docs/api/plugins/image-edit/ And make it compatible with your library https://pqina.nl/filepond/docs/api/plugins/image-edit/#integrating-other-editors

wow, thank you very much, I'm going to test it. thanks again

I did some tests, I had to change something, because I want to open the editor automatically when I choose the image. I had some troubles with the cancel method,...

I saw that you change from onclose() to inclose?.(), but that the source of the problem, onclose become null after the first time, so we can't call it again and...