pureqml / controls

Miscellaneous platform-independent components library for PureQML
MIT License
24 stars 15 forks source link

Invoke onValueChanged when changing currentIndex #19

Closed GuyInCorner closed 4 years ago

GuyInCorner commented 4 years ago

The onValueChanged signal isn't being called just by setting this.element.dom.value so I'm setting this.value which then causes the change signal to fire.