Julian Wood

Results 5 comments of Julian Wood

Thanks for the fork @jy95 - works well. Worth mentioning I needed to update my imports: ``` +import Image from "@jy95/material-ui-image"; -import Image from "material-ui-image"; ```

Still an issue. It's just an (incorrect) validation error. Beyond clogging up the preview with a bunch of errors that don't actually exist, it's just an inconvenience. Does make it...

You can work around this by including the base64 content in the constructor, which doesn't run it through the regex check (which causes the PREG_JIT_STACKLIMIT_ERROR). ```php $content = base64_encode(...); $attachment...

Can we merge this? Just spent an hour tracking down this bug... :-(

All they need to do is allow the `step` attribute on their number field for it to work properly. Currently you have to do it with jquery to work around...