-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increment/Decrement Integer on Site AS Number Does not Function (Chrome/Safari) #3876
Comments
This currently happens on the latest stable version, v2.6.11. |
This seems to be caused by the <input type="number" name="asn" min="-9223372036854775808" max="9223372036854775807" class="form-control" placeholder="ASN" id="id_asn"> |
Well excuse me for future-proofing! 😛 The root issue is that we use a |
No need to set them via the widget. Check out #3879.
Yeah, just accounting for the day we start handing out ASNs to every household. |
Fixes #3876: Min/max values for ASN field
Environment
Steps to Reproduce
A. Open Google Chrome 79.0.3945.88 (MacOS)
Firefox works just fine. Safari has a whole different issue (report coming soon). Not sure if this is a browser function or a function of a library Netbox uses?
Expected Behavior
Expected to have the integers increment and decrement based on number of mouse clicks.
Observed Behavior
The number stays the same
The text was updated successfully, but these errors were encountered: