File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
nhsuk_frontend_jinja/nhsuk/components/input Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 50
50
<input class =" nhsuk-input
51
51
{%- if params.classes %} {{ params.classes }}{% endif %}
52
52
{%- if params.errorMessage %} nhsuk-input--error{% endif %}" id =" {{ id }}" name =" {{ params.name }}" type =" {{ params.type | default('text') }}"
53
- {%- if params.spellcheck not in [none, undefined] %} spellcheck =" {{ params.spellcheck }}" {% endif %}
53
+ {%- if params.spellcheck not in [none, undefined] %} spellcheck =" {{ params.spellcheck | lower }}" {% endif %}
54
54
{%- if params.value %} value =" {{ params.value }}" {% endif %}
55
55
{%- if describedBy %} aria-describedby =" {{ describedBy }}" {% endif %}
56
56
{%- if params.autocomplete %} autocomplete =" {{ params.autocomplete }}" {% endif %}
You can’t perform that action at this time.
0 commit comments