• Resolved bhupalsingh

    (@bhupalsingh)


    Hi!

    I need a multiple select field here and this is what I have done:

    [md-select label=”Include Meals:”]
    [select* Meals multiple “Lunch” “Dinner” “None”]
    [/md-select]

    It does not display well. How do I fix it?

Viewing 1 replies (of 1 total)
  • Plugin Author GusRuss89

    (@gusruss89)

    Hi @bhupalsingh,

    Unfortunately the material design components library (by Google) doesn’t support multi-select fields. Sorry about that.

    The best option for you is probably to use checkboxes instead. Checkboxes are a more generally accepted form of multiple-choice input, and easier for users to use and understand.

    If you have a lot of options, you can always use the display option of the [md-checkbox] shortcode to group them into columns.

    Thanks,
    Angus

Viewing 1 replies (of 1 total)
  • The topic ‘Multiple select field and Material Design’ is closed to new replies.