On Sun, 5 Apr 2020 14:09:32 GMT, Johan Vos <[email protected]> wrote: > Use JavaFX controls for TextField and TextArea instead of the native iOS ones > This fixes JDK-8242167
The new `TextAreaSkinIos` and `TextFieldSkinIos ` classes will become part of the public API for IOS, since they are in the `javafx.scene.control.skin` package. Is this intended, or might they be able to live somewhere under `com.sun.javafx`? ------------- PR: https://git.openjdk.java.net/jfx/pull/158
