我正在做一个基于所选国家的职位列表项目,现在我正在尝试创建一个搜索框,将我的文本更改为标签,就像StackOverflow添加标签的方式一样。我已经有了figma的设计,但实现是个问题。
<div class="input-group input-group-search">
<input id="search-text" value="" type="search" class="form-control" placeholder="Enter Job listing according to Countries">
<div class="input-group-btn">
<button class="btn btn-primary ml-2" id="search-submit" type="submit">Search</button>
</div>
</div>
我希望搜索结果能在搜索框后面或里面立即生成标签。提前感谢
发布于 2019-04-30 08:43:18
https://stackoverflow.com/questions/55912458
复制相似问题