I tried out this mapbox geocoding example: https://docs.mapbox.com/mapbox-gl-js/example/mapbox-gl-geocoder/ in my application.
Now, I am trying to do the same thing, but instead of using a physical keyboard, I am trying to use on-screen keyboard like: https://virtual-keyboard.js.org/
But at the moment, the inputs from the virtual-keyboard is not triggering the mapbox geocoder. How can I link the two components?