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
Has any work been done on a questionType that would support date or time entry? In my use case it's fairly common for surveys to ask for a time of day (usually in 5 or 15min intervals), or sometimes a day of the month.
I might send pull request to add this type -- or maybe there's a better way to handle it? Maybe an API for custom types would be appropriate.
The text was updated successfully, but these errors were encountered:
I know how to add custom types pretty easily, but there are a few problems:
I thought of two different ways to add custom data types to the JSON schema, one way made everything harder to use, the other way made custom types look strange and ugly compared to existing fields.
I could just have a question settings tacked onto everything and pass it to all the render callbacks, and let people put whatever extra fields in there that they want to.
Has any work been done on a questionType that would support date or time entry? In my use case it's fairly common for surveys to ask for a time of day (usually in 5 or 15min intervals), or sometimes a day of the month.
I might send pull request to add this type -- or maybe there's a better way to handle it? Maybe an API for custom types would be appropriate.
The text was updated successfully, but these errors were encountered: