Closed markfinal closed 1 year ago
ANY option values are still shown as a combobox, but empty, with a dropdown value of ANY.
This should be a text edit really.
Note the special handling of None
https://docs.conan.io/en/1.53/reference/conanfile/attributes.html#options
When an option uses "ANY", but its default value is None, then it should be added to the possible option values too.
There was already support on this, but it was for scalar possible option values, not in a list.
ANY option values are still shown as a combobox, but empty, with a dropdown value of ANY.
This should be a text edit really.
Note the special handling of None
https://docs.conan.io/en/1.53/reference/conanfile/attributes.html#options