I need to make a drop-down in Razor that can allow the users to type in too so users have the option to select something from the down list and if the value they want to select from drop-down does not exist in drop down then they can type in that value and once they type in, the value gets stored in the database.
I know it was possible to do that in ASP.net web forms, but not sure if this can be done in .net core MVC and Razor pages.
Any help will be highly appreciated.