Skip to content

Commit

Permalink
feat: added pattern matching for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
wajeht committed Jul 24, 2022
1 parent a030c28 commit ae07c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/ui/components/dashboard/SessionDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@ async function handleDeleteSession() {
v-model.number="set.reps"
id="rep"
class="form-control form-control-sm"
type="number"
type="tel"
pattern="[1-30]"
min="1"
max="30"
Expand Down

0 comments on commit ae07c8a

Please sign in to comment.