georgejkaye / delay-repay

Tool to calculate Delay Repay refunds
1 stars 1 forks source link

Cost input has the incorrect input type #4

Closed FrozenDude101 closed 2 months ago

FrozenDude101 commented 2 months ago

The cost boxes have the "text" input type, allowing anything to be input, including non-numbers. "number" would be more appropriate, and can restrict the inputs to positive numbers, and additional +/- arrows set to 0.01 increments.

georgejkaye commented 2 months ago

Didn't even know you could do this, you learn something new every day

FrozenDude101 commented 2 months ago

Can't believe I'm being forced to fix this

georgejkaye commented 2 months ago

Your input is appreciated as always