JeremyColton

Results 9 comments of JeremyColton

Confirming also on iOS 12.4.6, iphone Safari. Is there a work-around?

Hi, that sounds great! Are you able to write it or it's just an idea? I really need this feature. > On Oct 28, 2016, at 1:18 PM, Roei Erez...

Ok so the upload component is separate and has it's own validation. Can Veasy check the separate upload component's validation before setting its isFormOk variable to true?

The File Upload component can have its own validation in its own form. It reads the selected file and writes the base64 output to a hidden field (or CSS absolutely...

A simpler way to trigger the onchange event on the hidden form field: document.getElementById("hiddenField").trigger('change') Ok?

1. My image upload component is taken from: https://codepen.io/hartzis/pen/VvNGZP and lives in its own form. 2. Once the image has rendered, I store the base64 string in state and populate...

I don't use Veasy to validate the 'file' input. I wrote my own ImagePreview component that has validation that checks the selected file size. The filetype is limited on the...