Results 7 comments of Vlad Ghita

Latest commit requires an extra attribute to be passed to `error` elements: ``` ``` The `for` attribute will match the handle of the targeted form element. `handle` will refer to...

I added docs. I have no idea how to write a test.

@bobdenotter Fix should be pretty simple IMO. Please have a look at specified line. https://github.com/bolt/core/blob/master/src/Doctrine/Query/Cast.php#L38

I had to workaround this as well. Custom filtering in DS :)

@chadspencer Sorry mate. It's long back now. I'm not working Symphony anymore.

Confirmed as well.

I'm seeing same error as @treeindark. When clicking on `+ Add new item`, it fails b/c lastElement is undefined. ``` if (lastElement.querySelectorAll("script").forEach((function(script) { return eval(script.innerHTML) } ```