Use native number input for weight on "New issue" form
What does this MR do and why?
Replaces the <input type="text">
for the weight on "New issue" with a <input type="number" min="0">
.
Screenshots or screen recordings
Before | After |
---|---|
recording_1682616429 | recording_1682616319 |
How to set up and validate locally
Check the Weight input at http://gdk.test:3000/flightjs/Flight/-/issues/new
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Sascha Eggenberger