Skip to main content

ComboBox in options

Comments

2 comments

  • Richard Moir

    Empty is a bit ambiguous so we would normally use something like "<html><i>None</i></html>" instead.

    However, you can have an empty value without the ugly line if you put a space (" ") in for the label instead of an empty string:

    optionValues.add(0, new Options.OptionValue("none", " "));
    0
  • Adrian

    I ended up adding a space and it seems to work well. Thank you

    0

Please sign in to leave a comment.