Open tangshimin opened 1 year ago
It is a JVM variant, right?
yes, I use IBM OpenJ9, version: 17.0.8
If the fileExtensions is set to json
and another arbitrary file extension, it seems that you can choose any type of file
FilePicker(show2, fileExtensions = listOf("json", "txt")) { file ->
pathChosen2 = file?.path ?: "none selected"
show2 = false
}
okay, I have asked it here https://github.com/LWJGL/lwjgl3/issues/921, now we wait for them
These issues seem to apply to TOML files as well, not just JSON.
version: v2.0.2 operating system: macOS Monterey v12.6.1 JDK: IBM OpenJ9, version: 17.0.8
demo: