Error rendering form fields for custom fields with a large number of choices #13410
Labels
beta
Concerns a bug/feature in a beta release
severity: medium
Results in substantial degraded or broken functionality for specfic workflows
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
NetBox version
v3.6-beta1
Python version
3.10
Steps to Reproduce
Expected Behavior
The site creation form should load and include the custom field. Choices for the custom field should be populated on-demand using API-backed pagination to avoid loading too much data at once.
Observed Behavior
The page either times out or takes an excessively long time to load. This is because all choices for the custom field are being included when the form is rendered.
The text was updated successfully, but these errors were encountered: