Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Date question/picker UI #27

Open
kadrianne opened this issue Dec 20, 2020 · 1 comment
Open

Improve Date question/picker UI #27

kadrianne opened this issue Dec 20, 2020 · 1 comment
Labels
good first issue Good for newcomers

Comments

@kadrianne
Copy link
Collaborator

kadrianne commented Dec 20, 2020

The survey.js text/date input type for Q8 (name: 'enoughTimePassed') allows the user to select a date from a calendar UI, but instead of the date value being set on select, the user has to click outside the field before being able to continue or complete the survey which can result in the user clicking the button twice. Video capture: https://www.screencast.com/t/xYm7mqHAgc

@eemshi
Copy link
Member

eemshi commented Feb 16, 2021

This attribute seems promising: https://surveyjs.io/Documentation/LibrarySinglePage?id=surveymodel#textUpdateMode
Default is onBlur, but maybe onTyping would make the data update immediately when you change the date

@eemshi eemshi added the good first issue Good for newcomers label Mar 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants