Is it possible to disable backend (server-side) validation for the specified field?
Wnen Im trying to send form with dynamicly loaded options I get error "ERROR: This value is not valid."
I think symfony is checking if my value is on the default declared list (in my case its empty list), if not returns false.