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 72d316f commit 8ce52edCopy full SHA for 8ce52ed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## Next
4
+- Disable autocomplete for date input
5
+
6
## 2.11.0 - 2024 Feb 26
7
- Add component slot, for adding your own child elements
8
- Don't clamp time of day when settig date/month/year
src/lib/DateInput.svelte
@@ -190,6 +190,7 @@
190
bind:this={InputElement}
191
class:invalid={!valid}
192
type="text"
193
+ autocomplete="off"
194
value={text}
195
{id}
196
{placeholder}
0 commit comments