You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Now renders as 'None (default)' for consistency with combobox options when selected
- Can get back to the default value by writing None or an empty string
- When default_value=None, now renders as 'None (default)' for consistency with combobox options when selected
- Can get back to the default value by writing the default value or clearing the line edit
As per https://docs.conan.io/en/1.53/reference/conanfile/attributes.html#options
the dock does not recognise None being the default so
An empty string does seem to work in place of None, but is it obvious?
The text was updated successfully, but these errors were encountered: