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. chrschdev
    C
    • Profile
    • Following 1
    • Followers 0
    • Topics 7
    • Posts 21
    • Best 4
    • Groups 0

    chrschdev

    @chrschdev

    4
    Reputation
    413
    Profile views
    21
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    chrschdev Follow

    Best posts made by chrschdev

    • RE: [solved] switch from 0.13 to 0.14 => theme is missing

      ok find it out, the quasar-extras were missing 🙂
      and i have to set color directive to each component

      posted in Help
      C
      chrschdev
    • RE: using flexbox to layout a form: gutter?

      thank you for your fast answer.

      in my opinion its a little bit more complex. you reduce optical form width if you only set a padding, you have to give something like a negative margin to parent container to “restore” origin optical form width. further more there is no need for padding in lower breakpoints (mobile) where every form element has its own row. in that case, the only padding is the layout-padding.

      posted in Help
      C
      chrschdev
    • feature request: breakpoint configuration for modals

      Hey,

      it would be nice if i have the possibility to decide at which breakpoint the modal (with layout) gets 100% width and height. actually its hard coded for breakpoint sm.

      in my application, the breakpoint for “mobile” look and feel is the md instead of sm.

      my only solution at this moment is to overwrite this in css.

      in compare to the layout side bar, there is the possibility with the configuration parameter “left-breakpoint”, and “right-breakpoint”.

      what do you think?

      posted in Help
      C
      chrschdev
    • RE: using flexbox to layout a form: gutter?

      @n-taddei , thats also exactly my case where quasar seems wrong

      posted in Help
      C
      chrschdev

    Latest posts made by chrschdev

    • RE: CLOSED: Datepicker - Multi-Ranges?

      okay thank you. i will change my UX Flow to workaround the missing feature. it is only a nice to have feature.

      thank you!

      posted in Help
      C
      chrschdev
    • CLOSED: Datepicker - Multi-Ranges?

      Hey,

      in my case i need a range datepicker with the possibility to mark dates as disabled, and mark dates with css (or additional content).

      is this planned for ne near future? Else i will use some other vendor datepicker which can deliver this features.

      posted in Help
      C
      chrschdev
    • RE: Vue2 SSR with Quasar

      +1 will be fine

      posted in Framework
      C
      chrschdev
    • RE: DataTable using a different data sources

      Hey @rstoenescu

      do you have any ideas if, and when this feature would be available?
      Would be nice if it could work in charm with p.e. mongoose Paginate
      before quasar, i worked with vue material, there they have a solution which works perfectly with Rest Api

      posted in Framework
      C
      chrschdev
    • RE: [SOLVED] required attribute in forms

      ok thank u

      posted in Help
      C
      chrschdev
    • RE: [SOLVED] required attribute in forms

      hey,
      perhaps my question was not clearly asked 🌴

      i already use vuelidate for validation and i did not suggest to use required as a real property on input.

      i only want to ask if i have to append the “*” to the text by my own, like label: “first name *” or if there is a way that do this job automatically, like through the required prop on the q-fields or q-input

      thx

      posted in Help
      C
      chrschdev
    • [SOLVED] required attribute in forms

      Hey, what about required input fields and their labels? is it my part to append the * indicator at the label of my input field? Setting the required attribute has no effect in quasar 0.14

      posted in Help
      C
      chrschdev
    • RE: Alert - callback on dismissable x clicked

      Hey @s-molinari ,

      yes, i saw this part in documentation. but i use the Alerts by programmatically way.

      posted in Help
      C
      chrschdev
    • Alert - callback on dismissable x clicked

      Hi,

      i need to know the visibility state of my Alert which i have created programmatically.

      i want to show an Alert as a response of form validation, but i never want to show more than one Alert at the same time. so i need to know if the user manually has close the alert.

      can anyone help me?

      posted in Help
      C
      chrschdev
    • RE: using flexbox to layout a form: gutter?

      @rstoenescu i still wait for feedback. or is anything ok with this solution? it works fine, but i want your quasar recommended solution ;O

      posted in Help
      C
      chrschdev