You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.
What would you like to be added:
When an input has a default value it must be shown at the end of the question in parentheses.
The input library (survey) already has this attribute, the necessary change is to change the interfaces of the inputs by adding the parameter as optional and adding the information in the desired places.
Why is this needed:
To make the default value attribute more visible to the user.
Improving usability.
Currently, URL inputs already have this logic.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
When an input has a default value it must be shown at the end of the question in parentheses.
The input library (survey) already has this attribute, the necessary change is to change the interfaces of the inputs by adding the parameter as optional and adding the information in the desired places.
Why is this needed:
To make the default value attribute more visible to the user.
Improving usability.
Currently, URL inputs already have this logic.
The text was updated successfully, but these errors were encountered: