Creating custom script and combine IntegerVar with Dropdown #18228
Unanswered
Netjamcoder
asked this question in
Help Wanted!
Replies: 1 comment 2 replies
-
https://netboxlabs.com/docs/netbox/en/stable/customization/custom-scripts/#choicevar |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
i try to create a custom script with a field like commit_rate or port_speed which looks like:

commitrate = IntegerVar(
label = "Garantierte Bandbreite (Kbps)",
description="Garantierte Bandbreite"
required=false
)
It should be possible to type in an integer value or to select a value from a drop down menu.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions