-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement convenient field for first log date #16
Comments
Yes, it will be more comfortable but I have another idea. Choosing a date from the mini pop-up calendar. What do you think? |
There are two ways to add this field:
There is one special requirement for "first log date" field. Normally, when applications have some date-related fields, all information — day AND month AND year — are required from user to be filled in. "first log date" field is different, it must allow to user to put date in one of these formats:
Also, application must understand difference between Unfortunately, calendar widgets provided by web browsers do not support our requirement of three possible formats — they always require both year and month and day. :( The only possible solution is to use external JavaScript calendar which I personally don't like. :( Also, there is another question. Are RadioLista users more keyboard-oriented or more mouse-oriented? If RadioLista users are more keyboard-oriented, current solution based on simple text field is better for them. As you can see, it's hard to decide, which direction choose. |
Personally, I prefer typing date using keyboard. For me it's much faster than choosing from a calendar ;). Maybe this feature will be more convenient on mobile devices? |
I will keep this issue open but I unassigned myself and added |
I want to keep here two ideas for implementation.
|
I think about compound field built using three inputs:
SELECT year | SELECT month | INPUT NUMBER day
Will be this more convenient than current plain text field or not?
The text was updated successfully, but these errors were encountered: