How to display the virtual keyboard when the input is focused?

hi
i want to display a virtual keyboard when user clicked on input in dash app.
in normal html we can select each element in js and add event listener to each one, but in dash app i can’t select html elements and return null :confused: