Home > Net >  Input search term with a remove X
Input search term with a remove X

Time:09-29

Is anyone aware of generic jQuery or CSS that can accomplish this look in the image below? I'd like the user to be able to type in a partial city and select from an autocomplete list. I've got the autocomplete covered but once the city is selected I'd like it to look like below. I've searched (not sure what it's called) and can't find anything other than changing an input to search and it's not what I'm looking for.

Search

CodePudding user response:

Have a look at this video. I think it's what you want. It looks easy enough to implement. https://www.youtube.com/watch?v=ha4xwcJXwow

  • Related