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. dmitry.polushkin
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 18
    • Best 1
    • Groups 0

    dmitry.polushkin

    @dmitry.polushkin

    1
    Reputation
    8
    Profile views
    18
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    dmitry.polushkin Follow

    Best posts made by dmitry.polushkin

    • RE: How to add a q-toggle to the bottom of a q-table ?

      By UX it’s better to place changing the view on the top, not on the bottom of the table.

      posted in Framework
      dmitry.polushkin
      dmitry.polushkin

    Latest posts made by dmitry.polushkin

    • RE: How to show QDate within the QInput using QPopupProxy when width of QInput is larger than QDate

      @metalsadman thank you so much! Works perfect 🙂

      posted in Framework
      dmitry.polushkin
      dmitry.polushkin
    • RE: How to show QDate within the QInput using QPopupProxy when width of QInput is larger than QDate

      @Stanley doesn’t work as expected.

      I need to open dialog box when I click on the input, not on the icon.
      It opens in a dialog box only when the height is too small, when it’s desktop it opens as dropdown with element full width:

      QDate_With_QInput_Quasar_Playground.png

      No way to change the width of the calendar container.

      posted in Framework
      dmitry.polushkin
      dmitry.polushkin
    • How to show QDate within the QInput using QPopupProxy when width of QInput is larger than QDate

      How to show QDate within the QInput using QPopupProxy in case if QInput has width more than QDate?

      Please see an example:

      https://codepen.io/dmitry-polushkin/pen/GRoOQMV

      Is there are any way to control with of the q-popup-proxy?
      Maybe you can suggest some other solutions?

      posted in Framework
      dmitry.polushkin
      dmitry.polushkin
    • RE: [SOLVED] How to emit q-select @input only on change

      @metalsadman thanks, that solved my issue. Really forgot the idea behind the v-model.

      posted in Framework
      dmitry.polushkin
      dmitry.polushkin
    • RE: Export(pdf/csv/word/xlsx) and Print feature request in q-table

      Do you mean to generate table in those formats you have listed on the client-side and to return as downloadable objects?

      posted in Framework
      dmitry.polushkin
      dmitry.polushkin
    • Select dropdown with multiple columns

      Is there a way to implement input select dropdown with the multiple columns, similar to this one or it’s better to use own component based on the fieldset + dropdown?

      74646588-72141480-517a-11ea-93c0-6d7ab43e85da.png

      posted in Framework
      dmitry.polushkin
      dmitry.polushkin
    • RE: Why is there no webpack alias to src by default?

      It’s possible to use webpack with IDEA IDE: https://www.jetbrains.com/help/idea/using-webpack.html
      Just set separate webpack.js file and include it into the quasar.conf.js

      posted in Framework
      dmitry.polushkin
      dmitry.polushkin
    • RE: Why is there no webpack alias to src by default?

      Yes, I remember I was first time confused about src alias, but now I’m ok with it, as mainly working with quasar-only.

      Main issue I have that IDE (intellij) always trying to use relative paths for the modules. Probably it’s possible to configure it somewhere, but by this moment I’m fixing that by hands.

      posted in Framework
      dmitry.polushkin
      dmitry.polushkin
    • RE: [SOLVED] Scroll q-select dropdown options on specific value

      @s-molinari thanks for suggesting. Checked the source code and there are already a solution using the function moveOptionSelection.

      So in total place this into a method:

            if (!this.$refs.startTime.value) {
              this.$nextTick(() => {
                this.$refs.start.moveOptionSelection(20, false)
              })
            }
      

      And call it from select:

      
                ref="startTime"
                @popup-show="setStartTimeToMiddle"
      
      posted in Framework
      dmitry.polushkin
      dmitry.polushkin
    • RE: 【SEO & SSR】How can I reduce the <style data-vue-ssr-id ... like tag

      @iamike have you solved this issue?

      posted in Help
      dmitry.polushkin
      dmitry.polushkin