There are many cases where a user wants to create a property with a restricted (enumerated) list of options. For instance, a property called 'Days of the Week', 'Album Release Type' or 'Gender'
Suggested requirements:
add a checkbox option to schema editor for 'Display as Select List' (unchecked by default)
if checked, the property will display all instances in a pick list without requiring the user to start typing (no autocomplete)
this check...
more
There are many cases where a user wants to create a property with a restricted (enumerated) list of options. For instance, a property called 'Days of the Week', 'Album Release Type' or 'Gender'
Suggested requirements:
- add a checkbox option to schema editor for 'Display as Select List' (unchecked by default)
- if checked, the property will display all instances in a pick list without requiring the user to start typing (no autocomplete)
- this checkbox option will be disabled for literal types (text, boolean, etc...) in schema editor (ignored if set to true for these types)
- related checkbox option (#2479: Disable Create New) will drive whether select list options can be added by the user from a topic, otherwise these will be added in schema or type view
- we would ideally limit the number of instances allowed to something like 100 -- but if this is difficult we can just show the first 100
less