Click here to Skip to main content
15,914,070 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
HTML
<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>


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.
Posted
Updated 9-Dec-18 22:48pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900