Plugin Version
0.6.0
NetBox Version
4.6.7
Python Version
3.12.8
Steps to Reproduce
- Create a new custom named my_obj.
- Create a new text field for my_obj named "name" to represent the object's primary key.
- Create a new text field for my_obj named "hidden" and set the "UI editable" value to "Hidden".
- Open the model form to create a new instance of my_obj.
Expected Behavior
The hidden field is not rendered in the form as an input.
Observed Behavior
The hidden field is rendered in the form as an input.

Plugin Version
0.6.0
NetBox Version
4.6.7
Python Version
3.12.8
Steps to Reproduce
Expected Behavior
The hidden field is not rendered in the form as an input.
Observed Behavior
The hidden field is rendered in the form as an input.