Skip to content

Commit

Permalink
feat(BcInputUnit): set decimal keyboard layout on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel-bitfly committed Oct 24, 2024
1 parent f280785 commit 7fd8571
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"conventionalCommits.scopes": [
"BcButton",
"BcInputUnit",
"BcLink",
"BcTablePager",
"BcToggle",
Expand Down
1 change: 1 addition & 0 deletions frontend/components/bc/input/BcInputUnit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const input = defineModel<string>()
class="bc-input-unit__input"
label-position="right"
input-width="44px"
inputmode="decimal"
:label="unit"
type="number"
v-bind="$attrs"
Expand Down

0 comments on commit 7fd8571

Please sign in to comment.