It is impossible to do this with input, so we will use a div with the attribute contenteditable="true"
There is an input form. The user enters the text into it and automatically searches the database. How to get the result from the database in the form of a certain placeholder , which is not available to the user, and by pressing the spacebar to replace the entered result with the result from this placeholder ?
