Skip to content
Snippets Groups Projects

Issue #3444910 by mh_nichts: remove size attribute from textfield inputs

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
* @ingroup themeable
* @ingroup themeable
*/
*/
#}
#}
<input{{ attributes }} />{{ children }}
<input{{ attributes.removeAttribute('size') }} />{{ children }}
{% if errors %}
{% if errors %}
<div id="{{ error_id }}" class="fr-error-group">
<div id="{{ error_id }}" class="fr-error-group">
<p class="fr-message--error">
<p class="fr-message--error">
Loading