Hello! I need to create a dynamic URL in which the part of the address will be the text entered in the input field. Can this be done using HTML?

  • As I understand it, the URL should change in parallel input to the input? Forward event on input, and change history.pushState in callback - dev_null

0