0
votes

In single click the value of numeric stepper increments continuously till we release the mouse.I need one value increment in each click.How to achieve this in Flex 4 Numeric stepper?

1
That's not the normal behavior of a NumericStepper Have you any code? Specifically, show us how to reproduce your problem, otherwise I don't think your question can be answered. - Sunil D.

1 Answers

0
votes

Override the click handler , handle the event manually Just in case if you want to override the whole click behaviour .. use event.preventDefault();