Dropdown Field Size

Home Forums Cascading dropdowns Dropdown Field Size

Viewing 2 reply threads
  • Author
    Posts
    • #33395
      Danielle Arcuri
      Participant

        I am using cascading dropdowns and my second dropdown choices are long sentences and the field automatically widens. Is there CSS or JS I can enter to make the dropdown stay a certain width and overflow wrap the choices in dropdown menu?

      • #33397
        Alexander Bautz
        Keymaster

          Hi,
          You can add this to your custom css:

          #dffs_YourFieldInternalName select{
              width:300px;
          }

          Replace YourFieldInternalName with your choice filed name.

          Alexander

        • #33399
          Danielle Arcuri
          Participant

            Thanks that worked but is there a way to increase the box height and wrap the text so you can still see the whole selection?

            • #33402
              Alexander Bautz
              Keymaster

                Hi,
                I don’t think wrapping the text in a select is possible.

                Alexander

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