Marek

Results 4 comments of Marek

Hi, I have the same issue. I dig into the code and see that parser 'parsePDFEntries' is not finding the 'checkbox_yes' and 'checkbox_no' values, or they are simply not in...

I see this functionality has not been introduced. Autocompletion would be also helpful in debug-console as is currently in VS Code for React/node/js. ![obraz](https://user-images.githubusercontent.com/5961267/194552762-1cb21965-d075-4741-b968-f0b4ac733c96.png)

I figured out how to replace the image source with the blob URL. ```js const action={`${process.env.REACT_APP_API_URL}/protocols/${id}/photos`} replaceSourceWithBlob(response)} action={action} ... ``` and after ```js const replaceSourceWithBlob = (image) => { api.get(image.source,...