TobyMosque / app-extension-qdatetimepicker

QDateTimePicker for Quasar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: datetime picker, prevent user setting.

CChristiansen23 opened this issue · comments

With the date time picker, currently when you click "set" for the date without a day selected, the model defaults to 1/1/1970. It would be very handy if the picker prevents the user from setting a date when they haven't selected a day/month. (just disabling the set button).

note: this only happens with pickers that are currently an empty model, pickers that are loading saved data will not see this issue because a day/month/year are already selected.

sorry, i forgot to comment.
the rc.5 (released 6 days ago) partially solves that problem, instead of setting the date to 01/01/1970, the date will be setted to the current date.