Closed
Description
Hello,
When using form without a data class (see: http://symfony.com/doc/current/form/without_class.html), we are not able to use expression to access other fields data.
Only the value
var seems to be filled.
If I try something like this.firstName
, I am not able to access others fields values.
Is it normal?