lxn / walk

A Windows GUI toolkit for the Go Programming Language
Other
6.8k stars 885 forks source link

ComBox‘s TextChanged can't attached #675

Open sshilang opened 4 years ago

sshilang commented 4 years ago

ComBox‘s TextChanged and CurrentIndexChanged can't be attached, ListBox's CurrentIndexChanged can be attached normally.

lxn commented 3 years ago

Can you provide some repro code? It's working as expected for me.

TextChanged is only raised if the ComboBox is editable though. It probably should be independent of that.