I have an HTML input that accepts decimal numbers starting from 0.001. The problem is when the user clicks the down arrow it starts from -0.001. How can I avoid the negative ??
<input type="number" name="amount" placeholder="0.001" step="0.001" required>