1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Enhance dropdown components for better accessibility (#2370)

This commit is contained in:
Paweł Kuna
2025-05-15 23:49:10 +02:00
committed by GitHub
parent 44a1979b78
commit b5e2f54bf8
12 changed files with 23 additions and 16 deletions

View File

@@ -18,7 +18,7 @@ permalink: charts.html
<div class="d-flex">
<h3 class="card-title">Social referrals</h3>
<div class="ms-auto">
{% include "parts/dropdown/days.html" %}
{% include "parts/dropdown/days.html" id="social-referrals" label="Select time range for sales data" %}
</div>
</div>
{% include "ui/chart.html" chart-id="social-referrals" legend=true %}