Multi select cascades

Home Forums Cascading dropdowns Multi select cascades

Viewing 2 reply threads
  • Author
    Posts
    • #16172
      chgrnet
      Participant

        Is there a way to “streamline” the fields used for multi-selects? The feature works very well, but it takes up quite a bit of room if you want more than one to show.

      • #16213
        Alexander Bautz
        Keymaster

          Hi,
          Sorry for the delay. By streamline – do you mean placing the controls side-by-side like the default lookup column?

          You can for example use this in the custom css to set the height:

          .spjs_casc_multi{
              height:75px!important;
          }

          Alexander

          • #16236
            chgrnet
            Participant

              Yes, side by side would be nice, but thank you for the CSS code!

          • #16257
            Alexander Bautz
            Keymaster

              OK, I’ll try to get this as an option in the next release.

              Alexander

          Viewing 2 reply threads
          • You must be logged in to reply to this topic.