Hi all, specially Sven
I was using the Button component from t5components, when I set the type
parameter to "button", it fires my onClickedFromButton method. But if I set
the type to "submit", it fires the onSubmit method and ignores the other.
Should it do this? The event parameter is set to clicked as default, so it
should fire the clicked method, right?
In fact, i think that it should behave like the Submit component on this
case: Firing both of them, first the onClickedFromButton method and then the
onSubmit, like it do when we have two Submits on a single form...

What do you think about it?

-- 
Atenciosamente,
Marcelo Lotif

Reply via email to