Service Port cannot be set to 0 #3725
Labels
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Environment
Steps to Reproduce
Expected Behavior
Client-side validation seems to allow this because the min value is set to 0.
Snippet:
Server-side validation seems to restrict this min value to 1.
We would like to use "0" as a way to model "All Ports".
Observed Behavior
Form reloads and nothing happens.
Entering -1 also generates a client-side validation "value should be greater than or equal to 0".
The text was updated successfully, but these errors were encountered: