Question T7264
Visible to All Users

Input with specific type visualizer

created 4 years ago

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?

Answers approved by surveyjs Support

created 4 years ago

Hello,

In case of "text" question with the "email" input type you need to register visualizer for the "email" type.

Thanks, Serge
SurveyJS Team