ComboBox SetDelegate
uses TextField
's SetDelegte
resulting in error
#223
Labels
generation
Related to generation toolchain
Example:
Will fail at run time because the particular
SetDelegate
method invoked is this one:And since we are giving it a
ComboBoxDelegate
instead of aTextFieldDelegate
, the reflective type check fails.I've built a work-around for this:
But needless to say, the current behavior isn't what a user would expect.
The text was updated successfully, but these errors were encountered: