We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a86109 commit e98d988Copy full SHA for e98d988
src/Form/Extension/TogglePasswordTypeExtension.php
@@ -85,6 +85,7 @@ public function buildView(FormView $view, FormInterface $form, array $options):
85
}
86
87
$controllerName = 'toggle-password';
88
+ $controllerValues = [];
89
$view->vars['attr']['data-controller'] = trim(\sprintf('%s %s', $view->vars['attr']['data-controller'] ?? '', $controllerName));
90
91
if (false !== $options['toggle_translation_domain']) {
0 commit comments