+1 Also, if possible support for option for fixed height and scrollable area for select options…
Best posts made by rv
-
RE: q-select placement bad on small screens
Latest posts made by rv
-
RE: QDate to show week number
Should I file an issue on Github for this enhancement then?
-
RE: QDate to show week number
Thanks Scott. I will check out QCalendar.
It would have been awesome withshow-work-weeks
option enabled on QDate as well. -
QDate to show week number
Can QDate component show week number in the calendar?
Something like:
-
RE: formatting q-editor's url link input when wrapped in q-field
Added issue on Github as a bug!
https://github.com/quasarframework/quasar/issues/5134 -
RE: formatting q-editor's url link input when wrapped in q-field
I have updated to Quasar version 1.1.4 and the above code is now giving error as soon as I hit the link button.
"[Vue warn]: Error in nextTick: 'TypeError: Cannot read property 'selectNodeContents' of undefined' found in ---> <QEditor> <QField> <Root>" TypeError: Cannot read property 'selectNodeContents' of undefined at VueComponent.<anonymous> (editor-caret.js:223) at Array.<anonymous> (vue.runtime.esm.js:1980) at flushCallbacks (vue.runtime.esm.js:1906)
-
RE: formatting q-editor's url link input when wrapped in q-field
Any help on how to fix this?
-
RE: formatting q-editor's url link input when wrapped in q-field
Thanks. I did not wrap either qinput or qselect in qfield. I believe qeditor is internally using qinput for URL which I am not sure how to fix!
-
formatting q-editor's url link input when wrapped in q-field
I wanted to add some validations so wrapped
q-editor
inq-field
but that messes up link input box as well. Any advise how I can fix this?<q-field label="Description" v-model="qeditor" outlined stack-label :rules="[val => !!val || 'Description is required']"> <template v-slot:control> <q-editor flat v-model="qeditor" :toolbar="[ ['bold', 'italic', 'strike', 'underline', 'subscript', 'superscript'], ['hr', 'link'], ['removeFormat' ], ['undo', 'redo'] ]" ></q-editor> </template> </q-field>
Output:
-
RE: how to insert image in Editor (WYSIWYG)
Would it be possible to paste image in q-editor using Ctrl+V or drag-and-drop?
-
RE: Quasar v0.15 is out!
This is so Perfect. Thanks @rstoenescu for all the hard work.