Feedback
Enumeration designer allows invalid enum names and value names with spaces
- Status
- Fixed
- Fixed in
- v26.5.6
- Source discussion
- https://forum.objo.dev/d/112-enumeration-creation-input-text
- Last updated
- 2026-05-24
Public summary
Objo Studio's enumeration editor accepts enum value names containing blank characters. The designer writes those names directly to generated ObjoBasic source, so a value such as very high becomes invalid syntax and produces compiler errors instead of being handled in the form.
Expected behaviour: the enumeration editor should prevent invalid enum value identifiers or normalise blank characters before writing source.