Datalist in HTML new option adding

I have a datalist elements from my view in django model, and i want to have sticky option(option that it's there even if the user enter something not in the list with "add new button" inside or to track it using javascript) to add new record in my model.

Back to Top