Skip to content

Commit

Permalink
change container scale input to text (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
grrowe authored Oct 29, 2024
1 parent 9747649 commit 9aeea7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ui/pages/app-detail-service-scale.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,9 @@ export const AppDetailServiceScalePage = () => {
<Input
id="number-containers"
name="number-containers"
type="number"
type="text"
inputMode="numeric"
pattern="[0-9]*"
value={containerCount}
min="0"
max="32"
Expand Down

0 comments on commit 9aeea7a

Please sign in to comment.