created Issue on Github: https://github.com/quasarframework/quasar/issues/3866
Latest posts made by aisler
-
RE: q-select as chip input
-
q-select as chip input
Hi,
We are using QChipsInput in an app we built based on version 0.XX. I saw that this component is removed in V1 and that there is a workaround with q-select.
I’m missing something on this component. The user does not see that he has to hit enter or that he can click on a “tick” to add the value to the chip input field, as in the old version:
Are there any suggestions how to fix this with a workaround or will it be added to one of the beta releases soon?
Thanks & Best Regards
Andreas -
RE: Add vuelidate plugin error
I just found the answer here: https://github.com/quasarframework/quasar/issues/1616
“rwrz commented on 3 Sep •
For anyone appearing here, and is tired, and can’t find the reason, there are TWO plugin entries on quasar.conf.js, one for APP (where vuelidate should be) and one for BUILD (don’t put it here). Cya!”
-
RE: Add vuelidate plugin error
Hi Jenkin,
were you able to solve your issue?
I have the same problem. It does not recognize the plugin “vuelidate”.
As you, I followed the instruction here:
https://quasar-framework.org/components/form-validation.htmlI receive the following error when running “quasar dev”
*ERROR Failed to compile with 1 errors
error in ./.quasar/import-quasar.jsModule build failed (from ./node_modules/babel-loader/lib/index.js):
Error: Unknown import from Quasar: vuelidate*Thanks in advance for any help!
Andreas