okaybase opened a new pull request, #3404: URL: https://github.com/apache/apisix-dashboard/pull/3404
**Why submit this pull request?** When adding a node in the upstream form, the port InputNumber did not respect the schema's min: 1 constraint — the decrement arrow remained active at port value 1, allowing users to step down to 0. The increment arrow also had no max bound from lte(65535). - [x] Bugfix **What changes will this PR take into?** apply port min/max constraints to node InputNumber, decrement arrow disabled at port = 1, increment arrow disabled at port = 65535 **Checklist:** - [x] Did you explain what problem does this PR solve? Or what new features have been added? - [x] Have you added corresponding test cases? - [x] Is this PR backward compatible? If it is not backward compatible, please discuss on the mailing list first -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
