StyledTextArea used to derive from javafx.scene.control.Control. In 0.7-M1 it no longer does, thus making it uncombinable with ControlsFX Validation which requires a Control to be passed.
Since StyledTextArea has all the characteristics of a Control it should derive from javafx.scene.control.Control.
StyledTextArea used to derive from javafx.scene.control.Control. In 0.7-M1 it no longer does, thus making it uncombinable with ControlsFX Validation which requires a Control to be passed.
Since StyledTextArea has all the characteristics of a Control it should derive from javafx.scene.control.Control.