diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/password_field.php b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/password_field.php new file mode 100644 index 0000000000000..b583f6a0574d8 --- /dev/null +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/password_field.php @@ -0,0 +1,8 @@ +isDisabled()): ?>disabled="disabled" + getMaxLength() > 0) $attr['maxlength'] = $field->getMaxLength() ?> + attributes($attr) ?> +/> \ No newline at end of file