Select to view content in your preferred language

Buffer input value box

429
0
01-29-2014 03:36 AM
MayJeff
Deactivated User
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.
Tags (2)
0 Kudos
0 Replies