Min Values for Number Inputs, labels for Inputs
Hello, is there an easy way to add minimum values for numerical inputs and also a way to prevent exponents (e) from being used?
Also I see there is no integrated way to add Labels to Inputs, would that be something that could be added?
1 Reply
If you are using Nuxt UI, you can use
<UFormGroup label="How cold is it in °C?"><UInput type="number" min="-40" /></UFormGroup>