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

    Radio ripple is slightly covered by div on top

    Help
    1
    1
    512
    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.
    • M
      MusicForMellons last edited by MusicForMellons

      When I use the code below (quasar 0.14.2) and watch it in the browser the ‘ripple’ (?!, or ‘selection splash’) when selecting the upper radiobutton is covered at the top by the div of the message which is on top. So the ripple/ splash when I select the radiobutton is not fully round but cutoff a little at the top.

        Dialog.create({
          title: 'Radios',
          message: 'Some random message of some length.',
          form: {
            option: {
              type: 'radio',
              model: 'opt1',
              items: [
                {label: 'This is a label text.', value: 'opt1'},
                {label: 'This is another label text which is consist of some random text', value: 'opt2'}
              ]
            }
          },
          buttons: [
            'Cancel',
            {
              label: 'Ok',
              handler (data) {
                Toast.create('Return:' + JSON.stringify(data))
              }
            }
          ]
        })
      

      Any suggestions how I can solve this?

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