Use the `max` attribute to set the maximum number value of the input to be valid.

```html
<div class="max-w-[400px]">
  <sd-input label="Max" type="number" max="5000" help-text="Maximum value is 5000" required></sd-input>
</div>
```
