I have an issue where an editable JavaFX 8 Spinner causes an uncaught NullPointerException if one clears the editor text and commits and then click
Spinner
NullPointerException
It's a known bug which is fixed in Java 9 - see https://bugs.openjdk.java.net/browse/JDK-8150962