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

    [SOLVED] After update to 1.2, calendar popup no longer working

    Framework
    2
    4
    115
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ssuess
      ssuess last edited by ssuess

      Until I updated to the most recent quasar (1.2) this morning, this code was working fine for making my calendar selection pop up when its icon was clicked on. But now nothing happens and there is no error in the console. Anyone have a clue what might have changed?

      <q-input class="dinput" v-model="startdate" borderless dense stack-label :label="$t('startdate')" @input="showApplyButton=true;">
          <template v-slot:prepend>
              <q-icon name="event" color="grey-6" class="cursor-pointer">
                <q-popup-proxy>
                  <q-date minimal v-model="startdate" mask="YYYY/MM/DD" :options="drangeOptions"/>
                </q-popup-proxy>
              </q-icon>
            </template>
          </q-input>
      

      attaching an input event to the q-popup-proxy fires, so I know at least that the proxy is receiving input, but my q-date will not show. 😞

      1 Reply Last reply Reply Quote 0
      • s.molinari
        s.molinari last edited by

        Hi,

        This is reported on Github and is being looked into currently.

        Thanks for also reporting.

        Scott

        1 Reply Last reply Reply Quote 1
        • s.molinari
          s.molinari last edited by

          Fix is now available. Please upgrade.

          Scott

          1 Reply Last reply Reply Quote 0
          • ssuess
            ssuess last edited by

            Just verified, all good now!

            1 Reply Last reply Reply Quote 0
            • First post
              Last post