-
-
Notifications
You must be signed in to change notification settings - Fork 266
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
allow text entry for release date in book's edit dialog in addition to the date picker #1097
Comments
If every time we add a feature, there's a toggle to remove it, that's not gonna work. |
Having an icon in the Release Date field that opened a date picker while leaving typed entry possible would be okay too for quick addition of a date here and there. It looks like typed entry is still possible in "Bulk edit metadata" operation regardless, which is the bulk of my use case so as long as that is preserved I'm not overly concerned. |
I have to agee with the others, I loathe any non native date picker and find them much much slower. Maintaining the ability to type the date would be ideal. Be it making the selection via the picker optional (it can still pop up and the user can either use it or not) or opening it via an icon would be ideal and both of these approaches are fairly standard. |
Seems possible. The text field is read-only to prevent the keyboard from popping up on mobile. We could imagine setting read-only only for xs size screens, as inputting a date on a mobile device in a text field would be painful anyway. Or just leave it editable in all sizes. |
You could be really clever and if it's a mobile device, set the field to be a type of 'date' so it will use the native mobile date picker, and the popup date picker only shows on non mobile, which means the field wouldn't need to be readonly and get the best of both worlds |
Yea any of the above ideas would be great. I am just for having options in terms of data entry as not everyone will have the same workflows. |
🎉 This issue has been resolved in |
Describe your suggested feature
The new date picker feature is great but for those of us who use the keyboard mostly it now takes longer to enter a date utilizing the mouse and mouse clicks. Could we have a feature added to turn the date picker on/off in the settings that way you can use the old way or the new date picker according to the end users workflow preference?
Other details
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: