I'm using a DoubleEditBox with the spinner visible. SmallChange is set to .1. Incrementing 1.111 gives you 1.211. I would like to round to SmallChange when using the spinner buttons. IOW, incrementing 1.111 should give you 1.2. Is there any way to determine if a value change was triggered by the spinner versus keyboard?
John