We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 604b92d commit 2d3c79dCopy full SHA for 2d3c79d
src/components/SensorDatePicker.svelte
@@ -37,9 +37,9 @@
37
end={startEndDates[1]}
38
formattedSelected={formatTime(value)}
39
>
40
- <button aria-label="selected date" class="uk-input uk-text-nowrap" on:>{formatTime(value)}</button>
+ <button aria-label="selected date" class="uk-input uk-text-nowrap" on:click>{formatTime(value)}</button>
41
</Datepicker>
42
- {:else}<button aria-label="selected date" class="uk-input" on:>{formatTime(value)}</button>{/if}
+ {:else}<button aria-label="selected date" class="uk-input" on:click>{formatTime(value)}</button>{/if}
43
</div>
44
<div class="uk-button-group shortcuts">
45
<button
0 commit comments