The Editor interface has changed. Please add a proper implementation for validateInput() to RoomEditor. The function should return true if the values entered into the UI fields make sense and should allow for saving. The function should return false otherwise. The inputErrors() function should return a string (one error message per line) that can be displayed to the user and that describes the error.
The Editor interface has changed. Please add a proper implementation for validateInput() to RoomEditor. The function should return true if the values entered into the UI fields make sense and should allow for saving. The function should return false otherwise. The inputErrors() function should return a string (one error message per line) that can be displayed to the user and that describes the error.