Please file a bug in our Jira and we can take a look. Also, please clarify if after entering 34 you are using the enter key to commit the value or not.
-- Jonathan Sent from a touch device. Please excuse my brevity. On 12 December 2014 21:33:32 GMT+13:00, Peter Penzov <[email protected]> wrote: >Hi All, > > I'm using Spinner from 8u40b17. > >SpinnerValueFactory svf = new >SpinnerValueFactory.IntegerSpinnerValueFactory(0, 100); > > Spinner sp = new Spinner(); > sp.setValueFactory(svf); > sp.setEditable(true); > sp.setPrefWidth(80); > >I noticed that when I enter some value from keyboard and I increase the >value the expected number is not the next. Instead of this it's the >next >default value. How I can fix this? > >Fox example if I have 5 as default value and I enter 34. When I press >the >upper arrow I get 6. > > >BR, > >Peter
