TextField that accepts negatives and positives numbers – JavaFx
I’m trying to create a Spinner in JavaFX that accepts only multiples of 0.25 and has positive and negative masks, such as -1,50 and +1,50. In both cases, I need the mask to show (-) and (+). The TextField field must be editable and follow the same rule.