HTML number input min and max not working properly

Maybe Instead of using the “number” type you could use the “range” type which would restrict the user from entering in numbers because it uses a slide bar and if you wanted to configure it to show the current number just use JavaScript

Leave a Comment