<select class="netbox-api-select" #7770

Closed
opened 2025-12-29 20:27:59 +01:00 by adam · 1 comment
Owner

Originally created by @k3x on GitHub (Mar 17, 2023).

Change Type

Addition

Area

Development

Proposed Changes

Hello,
i am writing a plugin for netbox. I am using a select element with the class netbox-api-select and the attribute data-url set.
Unfortunately i can not find any documentation about this.
Furthermore i want to change the data-url via javascript an reload the options. Is that possible? How?
Thanks!

<select class="netbox-api-select" data-url="/api/ipam/services/?brief=true" style="width:100%" id="choosenservice" ></select>
Originally created by @k3x on GitHub (Mar 17, 2023). ### Change Type Addition ### Area Development ### Proposed Changes Hello, i am writing a plugin for netbox. I am using a select element with the class netbox-api-select and the attribute data-url set. Unfortunately i can not find any documentation about this. Furthermore i want to change the data-url via javascript an reload the options. Is that possible? How? Thanks! ``` <select class="netbox-api-select" data-url="/api/ipam/services/?brief=true" style="width:100%" id="choosenservice" ></select> ```
adam closed this issue 2025-12-29 20:27:59 +01:00
Author
Owner

@kkthxbye-code commented on GitHub (Mar 17, 2023):

This does not constitute a proper issue, so I'll convert it to a discussion.

@kkthxbye-code commented on GitHub (Mar 17, 2023): This does not constitute a proper issue, so I'll convert it to a discussion.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#7770