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

    Disabling radio option form items in Dialog

    Help
    2
    3
    962
    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.
    • S
      Sfinx last edited by

      Hi,

      Is it possible to disable one of the radio option items in Dialogs ? For example it will be good to have something like:

      …
      form {
      option {
      …
      items [
      { label: ‘With Google’, value: ‘google’ }
      { label: ‘With FB’, value: ‘fb’, disable: true }
      …

      TIA, Rus

      1 Reply Last reply Reply Quote 0
      • rstoenescu
        rstoenescu Admin last edited by

        It’s disabled (ending with a d). And it works in v0.13.6 😉

        1 Reply Last reply Reply Quote 0
        • S
          Sfinx last edited by

          Thanks, it works ! Added ncu (npm-check-updates) to the build script 😉

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