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. deer
    D
    • Profile
    • Following 1
    • Followers 0
    • Topics 5
    • Posts 15
    • Best 0
    • Groups 0

    deer

    @deer

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

    deer Follow

    Latest posts made by deer

    • RE: how to use linear-gradient in an array of colors

      @ilia The thing is, I want to keep the different colors of other checkboxes & for the last one I need linear-gradient.But in your solution , you removed the customization for other checkboxes.

      posted in Framework
      D
      deer
    • RE: how to use linear-gradient in an array of colors

      @ilia I changed that via ternary operator & defining new variable , but still it does not work.Here is the Link
      But it still does not work!

      posted in Framework
      D
      deer
    • how to use linear-gradient in an array of colors

      I actually faced a problem regarding creating customized checkbox. I created different checkboxes with different background color now I want to make one of my checkboxes to have multiple colors with linear-gradient.I don’t know how to give that value to my checkbox. In this code you can see I try to give the fourth checkbox a linear-gradient value but it seems the app can not distinguish that. Can you please help me how to solve this issue?
      Thanks in advance for your help.

      posted in Framework
      D
      deer
    • RE: multiple customized checkbox

      Hi @beets , I actually faced a problem regarding the customized checkbox. I want to make one of my checkboxes to have multiple colors with linear-gradient.I don’t know how to give that value to my checkbox. In this code you can see I try to give the fourth checkbox a linear-gradient value but it seems the app can not distinguish that. Can you please help me how to solve this issue?
      Thanks in advance for your help:)

      posted in Framework
      D
      deer
    • RE: Object in v-model

      @dobbel actually it’s possible to use change, I solved it you can check it out:
      https://codesandbox.io/s/awesome-hooks-my4fk?file=/src/components/CarSearch.vue

      posted in Help
      D
      deer
    • Object in v-model

      I tried to define an object in v-model in a parent component & then use it in child component(CarSearch.vue) but whenever I made changes & press the button , I get null for the changed object in the console .

      Screenshot 2021-02-14 at 22.09.36.png

      I would like to know how I should modify my code to see the changed value in the console.
      Here is my code in codesandbox .

      posted in Help
      D
      deer
    • RE: multiple customized checkbox

      @beets thank you ,that really helped👍🏻 I also like to know if there is a specific part in documentation that I can learn about this. So for example now for bright background checkboxes( like white or yellow background) I need to use a black or gray checkmark but I don’t know how!

      posted in Framework
      D
      deer
    • RE: multiple customized checkbox

      @beets thank you,that’s what I mean.However,in the quasar app that I created , it seems there is a problem to render like that. I don’t know if it’s the configuration or another thing that does not render like that.
      Here is the link:
      github
      I put the code in src/pages/index.vue

      posted in Framework
      D
      deer
    • RE: multiple customized checkbox

      @beets thanks for your solution about using HEX colors.But the checkbox background does not have the specified color before being checked and that’s why I tried to create a label for the checkbox and then define the customization there.That is the problem

      posted in Framework
      D
      deer
    • RE: multiple customized checkbox

      @beets I know the colors

      posted in Framework
      D
      deer