03-11-2021, 01:28 PM
Forget my last message, I think I found how to make the MultiSelectWdg work.
Just modify "src/pyasm/widget/input_wdg.py"
and add:
self.set_attr("spt_is_multiple", "true")
in method init() after line 1672
I'm going to send a PR to add it.
Just modify "src/pyasm/widget/input_wdg.py"
and add:
self.set_attr("spt_is_multiple", "true")
in method init() after line 1672
I'm going to send a PR to add it.