Martin Jakobsson
Martin Jakobsson
There has also been a change in this file: https://repo1.maven.org/maven2/org/openjfx/javafx/17-ea+8/javafx-17-ea+8.pom https://repo1.maven.org/maven2/org/openjfx/javafx/17-ea+9/javafx-17-ea+9.pom This is where `javafx.platform` is defined, so it seems quite relevant. I've done some experiments and it seems like...
Apparently this problem could be fixed by simply adding a placeholder to the Select. The bug still exists of course, but this is a viable solution for us.
The workaround that worked for us was to add `placeholder={{ label: strings.select, value: null }}` to the `Select` tag (which was imported using `import Select from 'react-native-picker-select'`). We haven't looked...
Hello guys! We are really looking forward to using this feature in a production environment. Do you think it could be merged soon? Have a nice day!