When searching on webots.cloud (e.g. in the Proto tab), the page is reloaded (in realtime) after typing a few letters to search results based on what the users entered. The issue is that there is a timing between two letters that would erase the last letter because it was typed exactly at the moment of the page reload.
The solution would be to reload only the table and not the complete page to avoid affecting the search bar.
When searching on webots.cloud (e.g. in the Proto tab), the page is reloaded (in realtime) after typing a few letters to search results based on what the users entered. The issue is that there is a timing between two letters that would erase the last letter because it was typed exactly at the moment of the page reload.
The solution would be to reload only the table and not the complete page to avoid affecting the search bar.