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. J2R
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 7
    • Best 0
    • Groups 0

    J2R

    @J2R

    0
    Reputation
    1
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    J2R Follow

    Latest posts made by J2R

    • RE: Setting default route

      Forget that, it was a simple error on my part. Works fine, thanks!

      posted in Help
      J
      J2R
    • RE: Setting default route

      I’ve made the change so now have vueRouterMode: 'history'. But in dev mode it doesn’t make any difference, I’m still seeing the /#/. Does something else need to be configured in dev mode?

      posted in Help
      J
      J2R
    • RE: Setting default route

      @beets , thanks, that’s helpful. I can easily do that, and in fact I’ve done it already in a couple of Vue apps.

      posted in Help
      J
      J2R
    • Setting default route

      Just starting out with Quasar and I’ve tweaked the basic app created by ‘quasar create …’ to play around with. When it starts up, the app is available at ‘http://localhost:8080/#/’. What would be causing this ‘#/’ at the end, and how can I get it instead to be simply ‘http://localhost:8080’?

      posted in Help
      J
      J2R
    • RE: What type of q-input can I use for time entry?

      If I use “type=‘time’” as a prop for q-input, it allows me to select a time from a control, which I’m not interested in, but it also does something I am interested in, namely to select the entire part of the hour/minute/seconds component you click in. I.e., if it is showing e.g. ‘17:23’ and you click anywhere after the colon, ‘23’ is selected, and if you click before, ‘17’ is selected. Similarly once you have completed typing the hours bit, the cursor skips straight to the minutes bit and highlights that. This is what I would like to be able to do. I have looked at the source code and I really can’t work out how it is doing this. I could work this out from first principles and do my own equivalent but I was hoping there was some functionality there I could reuse.

      posted in Help
      J
      J2R
    • RE: What type of q-input can I use for time entry?

      I like it, but it’s difficult to be precise with it. I just need direct numeric input, really.

      posted in Help
      J
      J2R
    • What type of q-input can I use for time entry?

      I have been working with Vue.js for a while and feel the need for something like Quasar to improve my productivity for user interfaces, so I’ve been taking a look at it and like what I see so far.

      I work best when I have something simple and specific to create in a framework, so I’d like to do a running times calculator with Quasar as an easy starter. One of the things I need to do there is have the user input a time as hours:minutes:seconds, e.g. ‘1:29:14’. So how best to do this? I assume standard time inputs wouldn’t work because they’re for time of day, not duration. I was thinking a mask such as ‘##:##:##’ would work, but the hours bit may be optional, and I would need to constrain the minutes and seconds to a maximum of 59. I know how to do all this ‘manually’, so to speak, but I was hoping Quasar would give me something neat which would allow this.

      posted in Help
      J
      J2R