Pode.Web icon indicating copy to clipboard operation
Pode.Web copied to clipboard

Add steps to New-PodeWebRange

Open SeriousMikeDE opened this issue 2 years ago • 1 comments

Would be great if you can add a -Steps parameter to define an Int between the numbers of the range.

Usecase would be to define RAM in 8GB intervals (8, 16, 24, etc) or CPU cores.

SeriousMikeDE avatar May 23 '23 15:05 SeriousMikeDE

It looks like this should be possible according the Bootstraps docs: https://getbootstrap.com/docs/4.6/components/forms/#range, we just need to set the step attribute on the range input :)

Badgerati avatar May 23 '23 21:05 Badgerati