Skip to content

Commit

Permalink
[BUGFIX] Use type="number" for validation min and max
Browse files Browse the repository at this point in the history
Related: #695
  • Loading branch information
ste101 authored and mschwemer committed Sep 25, 2024
1 parent b0a8165 commit 7a95688
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ class FieldTypeFromValidationViewHelper extends AbstractValidationViewHelper
2 => 'url',
3 => 'tel',
4 => 'number',
6 => 'number',
7 => 'number',
8 => 'range',
];

Expand Down
Loading

0 comments on commit 7a95688

Please sign in to comment.