Seeing a possible regression in functionality in the new React V2 version of the Survey Creator. The use case I have is I'm importing in existing survey questions from another tool and converting it to SurveyJS formatting. A majority of questions cannot have their question content change, just the display formatting to keep the data the same but the visuals different. In the new Creator, when I go to change the question type as shown in the picture below, it allows me to change it to non compatible types that result in data loss. Ex. if I try to change a question from Radiogroup to Single Input, the JSON is updated and removes all answers. But if I change it to a single select drop down it's all compatible and can be swapped around without data loss. The original Knockout JS version limited the list to what was compatible. Is there a new way to toggle that functionality or is this a regression?
Old Functionality: Changing an existing question type to another type was limited to compatible types by data
New functionality (bug): Changing an existing questions type is now open to all types enabled for the editor regardless of compatibility