Hi there,
i don’t understand how to catch this error: it seems to happen when i set focus on an input text block, but i did’t understand why.
In babylon.gui.min.js this is the snippet of code in which the error occours:
HI @RaananW , i can repro on this PG: Babylon.js Playground !!
The class MagGUI is quite similar to my application.
All work fine but if you look in the console you will find that error.
Where do i mistake?
EDIT: i think the error is connected to the method ShowSearchInput (line 189).
EDIT2: if i comment line 60 all work fine
Hi there @sebavan, i reopen this my old post.
When the page loads, the focus is correctly moved to the input, but if i type something on the keybord it doesn’t work. It is necessary to click on the input anyway.
You can repro in the old PG you had posted: https://playground.babylonjs.com/#1Y5YAM#1