No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. rv
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 29
    • Best 1
    • Groups 0

    rv

    @rv

    1
    Reputation
    785
    Profile views
    29
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    rv Follow

    Best posts made by rv

    • RE: q-select placement bad on small screens

      +1 Also, if possible support for option for fixed height and scrollable area for select options…

      posted in Help
      R
      rv

    Latest posts made by rv

    • RE: QDate to show week number

      Should I file an issue on Github for this enhancement then?

      posted in Help
      R
      rv
    • RE: QDate to show week number

      Thanks Scott. I will check out QCalendar.
      It would have been awesome with show-work-weeks option enabled on QDate as well.

      posted in Help
      R
      rv
    • QDate to show week number

      Can QDate component show week number in the calendar?

      Something like:
      451c10b2-314e-45a8-815c-97ff3ebfd2c2-image.png

      posted in Help
      R
      rv
    • 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

      posted in Help
      R
      rv
    • 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)
      
      posted in Help
      R
      rv
    • RE: formatting q-editor's url link input when wrapped in q-field

      Any help on how to fix this?

      posted in Help
      R
      rv
    • 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!

      posted in Help
      R
      rv
    • formatting q-editor's url link input when wrapped in q-field

      I wanted to add some validations so wrapped q-editor in q-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:
      377a4bfc-f3a8-417e-a24b-3a05babf2ca4-image.png

      https://codepen.io/anon/pen/aeBbMj?editors=1010

      posted in Help
      R
      rv
    • 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?

      posted in Help
      R
      rv
    • RE: Quasar v0.15 is out!

      This is so Perfect. Thanks @rstoenescu for all the hard work.

      posted in Announcements
      R
      rv