Adds pointer cursor to date/time fields

This commit is contained in:
wess
2024-01-30 10:13:31 -05:00
parent ade03a2b53
commit 3546e43677
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -71,6 +71,7 @@
{max}
autocomplete={autocomplete ? 'on' : 'off'}
type="date"
style="cursor: pointer;"
class="input-text"
bind:value
bind:this={element}
+1
View File
@@ -57,6 +57,7 @@
autocomplete={autocomplete ? 'on' : 'off'}
type="time"
class="input-text"
style="cursor: pointer;"
bind:value
bind:this={element}
on:invalid={handleInvalid}
@@ -100,3 +100,4 @@
<Button secondary submit>Delete</Button>
</svelte:fragment>
</Modal> -->