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 Jan 30, 2020. It is now read-only.
Service with name "" could not be created. Reason: A plugin by the name "tel" was not found in the plugin manager Zend\Form\FormElementManager\FormElementManagerV3Polyfill
The text was updated successfully, but these errors were encountered:
As can be seen in:
#57
, the tel and search types have been initially omitted, for whatever reason.
I suggest to update:
src/FormElementManager/FormElementManagerV2Polyfill.php
and
src/FormElementManager/FormElementManagerV2Polyfill.php
, accordingly. If there is consensus on this suggestion, I could try to do it myself.
Code to reproduce the issue
I have the following config:
Expected results
The tel plugin should be found.
Actual results
Service with name "" could not be created. Reason: A plugin by the name "tel" was not found in the plugin manager Zend\Form\FormElementManager\FormElementManagerV3Polyfill
The text was updated successfully, but these errors were encountered: