I am using countdown timer reactive and i want the timer to be stop when opening the page and will start to countdown when clicking a button, in their demo the timer have a stop function but its only buttion i tried copying the logic code in button to initialize but wont work.is there a way that i can use the stop button to the start of the page? Thank you
Hey @budang haba ,
I just uploaded a new version of the component, which includes this feature.
You will now find an input parameter called, StartAtBeginning.
This parameter when defined as False will not start the count down right away, to start it you will need to r run the ContinueTimer function.
By default, the value is True and the component will behave as it was originally:
Let me know if this is what you were looking for!Best Regards,
RR :)
Hey @budang haba,
Can you let me know if this last version solved your issues?
Best Regards,
Good day sir! sorryfor super late reply this is the first im going to use this. thank you!