Feedback
Autocomplete enum values in property defaults
- Status
- Fixed
- Fixed in
- v26.6.1
- Source discussion
- https://forum.objo.dev/d/244-bug-initlialisation-property
- Last updated
- 2026-06-03
Public summary
The property editor's Default value field should offer autocomplete for enum-typed properties. When a property type is an enum such as TextAlignment, Studio can suggest values like .Left, .Centre, TextAlignment.Left, and TextAlignment.Centre.