> Carlos, > > In my opinion we should use FlexJS event and not introduce new code for > that. Although if you have some specific idea with bootstraper feel free to > show. > > Piotr >
I really does not talk to introduce new events, in Slider, I must to get the slider change event that the MDL control is dispatching and then make our slider flexjs component throw a "valueChange" flexjs event. I think most of the time we will do this since is how MDL framework controls works. My question was more about, if we should call "valueChange" event as is or call it only "change" like MDL does. I think we both likes flexjs name "valueChange"