Grégoire Passault
                                            Grégoire Passault
                                        
                                    Hm, maybe we should remove the type hinting here?
Hello, I'm sorry for the delay 1. I guess it's not compatible anymore (see https://github.com/Gregwar/Formidable/issues/58), can you check? 2. I'm not sure why is the change in `MulticheckboxField.php` in your...
Hello, I think escaping the quotes (`"`) using HTML Entities is by far a better approach than using simple quotes, here is a snippet demostrating how it works using `htmlentities()`...
Else, how would you process JSONs containing both `"` and `'` ? ``` {"message": "Sorry I'm late"} ```
(And note that this is natural since there is no need to unescape)
Yes of course, simple quotes are OK with HTML specifications anyway, so I agree with supporting it However I'm just pointing out that it might still be an issue if...
I just committed a fix in `master` that should handle it
There was indeed an issue since the attribute data was not escaped Does 3025618 solves your problem ? (Added unit test)
Hello Is your issue solved?
Hello, I belive you are correct, however the first error stops the check now as defined here https://github.com/Gregwar/Formidable/blob/master/Fields/Field.php#L210 Also, what you want here seems to be the html5 `number` field