You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 10, 2020. It is now read-only.
I'm new to ZF3, but it looks like the formElement override isn't working. I'm using v3.2.2. I recently upgraded to ZF3 and I noticed that the form elements I was rendering with $this->formElement(xxx) weren't working.
I added the following configuration and it began to work:
I'm new to ZF3, but it looks like the formElement override isn't working. I'm using v3.2.2. I recently upgraded to ZF3 and I noticed that the form elements I was rendering with
$this->formElement(xxx)
weren't working.I added the following configuration and it began to work:
I was making sure to load the TwbBundle module last, so it shouldn't be a configuration problem.
The text was updated successfully, but these errors were encountered: