Clear work area type without crashes

Clearing the work area type field no longer causes a crash in the form.

Bug Fixes

The room form previously crashed when clearing the work area type field. This happened because clearing returns an empty string, which bypassed validation and tried to access an undefined suggestion list. The form now validates the selection and safely falls back to the default "ROOM" type when the field is cleared.