I use this code line for Buffer input value so can increase 50 every time I click the top arrow:
<s:NumericStepper id="textInputBuffer" value="800" maximum="1000" width="54" stepSize="50"/>
but if I enter 240 in the box the value will rounded to 250.
Is there any other text input method can take your text input value not rounded up and still able to increase value by 50?
Thank you.