@metalsadman Thanks a lot, and sorry for not having read enough the (very good) doc. I was looking for min / max, didn’t figure I could find with “limit” !
K
Latest posts made by kikan
-
RE: QDatePicker min date ?
-
QDatePicker min date ?
Hi,
Is it possible to set an minimal date for a QDatePicker ?
So the user can’t select a date before this minimal date.Thanks for you tips !
-
RE: @quasar/app v2.0.0 released! Major improvements
Followed the upgrade guide (https://quasar.dev/quasar-cli/app-upgrade-guide), well written, clearly explained and easy to follow.
Everything is OK, thank you for your great work. -
RE: Quasar in a Webpack Build?
I’m trying to do that to embed Quasar in a Ruby On Rails app.
I don’t want the UMD mode (I don’t want to rely on a external CDN or something like that).
Coming from Vuetify, It’s pretty hard to understand how to use Quasar directly with webpack.