Skip to content
Discussion options

You must be logged in to vote

After a bit of digging in the typescript source I found the display attribute is required for the netbox select widget to work, so I added it to my serializer and the issue was gone.

api/apiSelect.ts

for (const result of data.results) {
      let text = result.display;

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Hedde
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant