app-extension-qdatetimepicker
app-extension-qdatetimepicker copied to clipboard
QDateTimePicker for Quasar
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
I currently have [email protected] with my quasar project I have a datetime picker set as ``` ``` My check date function `funcCheckDate` and `dateOptions` are: ``` dateOptions (date) { return...
Again, I hope I am doing this PR correctly. With the `datetime` mode, when you "set" the date and move to the time, the input value gets updated. If you...
Bumps [axios](https://github.com/axios/axios) from 0.18.1 to 0.21.1. Release notes Sourced from axios's releases. v0.21.1 0.21.1 (December 21, 2020) Fixes and Functionality: Hotfix: Prevent SSRF (#3410) Protocol not parsed when setting proxy...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
Right now, you can display a date in any format you want, but you can't have a custom date format *and* use a masked input to let the user type...
Feature Request: Currently, I choose the hour I want, then click set without selecting anything for minutes. This won't save the time, it stays blank or as the previous time...
When using the `mode="datetime"` and the `v-model` is `null`, when selecting a `date` in the date tab the modal closes and doesn't allow to select a `time`. If the `v-model`...
Good day. I'm currently checking the demo and it might be a good idea to display it as modal/dialog because the user needs to scroll the component in order for...