Andrzej Bakun
Andrzej Bakun
We should at least try to add to every `[Parameter]` & public method.
Cool! But we are going to loose all the xml attributes (like `
@ElderJames , @anranruye I agree with @minas15 that we probably should not call `OnSelectedItemChanged` during component initialization. It annoys me as well. However I am not sure about @susahin80 proposal...
So what should be the correct behavior? 1. During initialization: do not trigger 2. When changed programmatically (bound value changed) : trigger 3. When changed by selecting a value: trigger...
@anranruye thank you for sharing the issue. It was a worthwhile read. And I agree with your understanding of properties use when marked with `[Parameter]` attribute. Although I am not...