Playground Choose File Button

Hi,
It seems there was an update on the playground in the past a few days that the playground is no longer able to support showing a file input button with the script below.

https://playground.babylonjs.com/#SA6QBM#9

The above script is not working anymore. Is there any way to tweak the script and add a file input button there? I was using the button to load some information for testing some scripts with playground.

Thanks for your help.

The playground was entirely rewritten using react:)

For your button you may just want to add it with an absolute position?

1 Like

Thanks! @Deltakosh It is okay for me to have a button with an absolute position.

https://playground.babylonjs.com/#SA6QBM#15

2 Likes