Vaggelis Sotiropoulos
Results
2
comments of
Vaggelis Sotiropoulos
When I attempt to reproduce, I only notice the values changing, and `onValueChanged` is never triggered. ``` const name_dropdown = view.modelBuilder.dropDown().withProps({ value: 'one' }).component(); name_dropdown.onValueChanged(() => { console.log('Change'); }); await...
@dwelle @anatoliibakhtin I am interested in this issue. Would it be possible for me to take it? Thanks! I am trying to reproduce the issue and am wondering what the...