Skip to content

Commit

Permalink
fix(DateInput): add inputmode numeric
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanherwijnen committed Dec 11, 2024
1 parent e53dd06 commit b09044f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/beige-otters-rest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@simsustech/quasar-components": patch
---

fix(DateInput): add inputmode numeric
2 changes: 1 addition & 1 deletion packages/components/src/ui/form/DateInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
:key="part"
borderless
v-bind="dateProps[part]"
pattern="[0-9]*"
inputmode="numeric"
>
<template #after>
<a v-if="index < 2" style="margin-left: -0.75em; margin-top: 0.75em"
Expand Down

0 comments on commit b09044f

Please sign in to comment.