Hi, I can in creator chose input type as [ "color", "date", "datetime", "datetime-local", "email", "month", "number", "password", "range", "tel", "text", "time", "url", "week" ], but then in analytics only text and number has visualizer.
I want to display results in a simple list for input questions with a specific type, I can add visualizer by VisualizationManager.registerVisualizer(), I've already added this way for questions for files and signature, problem is that all that question has type 'text' and I don't know why some input questions can't be shown and others can't,
How can I visualize e.g question input with email type?