mirror of
https://github.com/tabler/tabler.git
synced 2026-09-01 23:01:29 +04:00
Accessibility and semantic improvements (#2488)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% assign breakpoint = include.breakpoint | default: 'lg' %}
|
||||
|
||||
<div{% if include.class %} class="{{ include.class }}"{% endif %}>
|
||||
<form action="{{ page | relative }}/" method="get" autocomplete="off" novalidate>
|
||||
<form action="{{ page | relative }}/" method="get" autocomplete="off" novalidate role="search">
|
||||
{% include "ui/form/input-icon.html" prepend=true rounded=include.rounded aria-label="Search in website" %}
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user