如何在文本框中模糊文本(选择AMC状态) [英] How do I faint the text(select AMC status) in the textbox

查看:56
本文介绍了如何在文本框中模糊文本(选择AMC状态)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

<div class="rlms-wrapper">
<div class="rlms-container amc-management">
	<h1 class="rlms-heading">AMC Management</h1>
	<div class="row">
		<div class="col-lg-12 align-right">
			Add AMC
		</div>	
	</div>
	<div class="filter-section">
		<div class="form-group margin-b10">
		
			  AMC Status  
			<div class="select-container">
				  <ui-select multiple close-on-select="false" ng-model="selectedAmc.selected" title="Choose a AMC status">
				    <ui-select-match placeholder = "Select AMC Status"> {{$select.selected[$index].name}}
				    <ui-select-choices repeat="iterator in amcStatuses | filter: $select.search">
				      <span></span>
				    
				  
			</div>





我尝试了什么:



我想要模糊文本(选择AMC状态) TextBox ...请帮忙,我应该在代码中编辑相同的内容。



What I have tried:

I want to faint the Text(Select AMC Status) in the TextBox...please help, what should i edit in the code for the same.

推荐答案

select.selected
select.selected


index ] .name}}
< ui-select-choices repeat = amcStatuses中的迭代器|过滤器:
index].name}} <ui-select-choices repeat="iterator in amcStatuses | filter:


select.search >
< span > < / span >


< / div >
select.search"> <span></span> </div>





我尝试了什么:



我想要模糊文本框中的文本(选择AMC状态)...请帮助,我应该在代码中编辑相同的内容。



What I have tried:

I want to faint the Text(Select AMC Status) in the TextBox...please help, what should i edit in the code for the same.


这篇关于如何在文本框中模糊文本(选择AMC状态)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆