<inputtype="text"name="product"autocomplete="off"(click) = "$event.target.select()"(change)="populateStorageKind(selectedStorageKind)"placeholder="Please select a Kind value to search"[(ngModel)]="selectedStorageKind"list="productName"/>
<datalistid="productName">
<optionvalue="0"disabled="disabled">Select a value</option>
<optionvalue="{{item}}"*ngFor="let item of storageKindList">{{item}}</option>
<spanclass="info">Enter the member email to add member to a group. Or enter a Group email to add group into a group.</span>
</p>
</div>
<inputtype="text"value=""id="memberEmail"[(ngModel)]="selectedmemberEmail"name="selectedmemberEmail"placeholder="New Member Email or Group Email"/>
<inputtype="text"value=""id="memberEmail"[(ngModel)]="selectedmemberEmail"name="selectedmemberEmail"placeholder="Please enter Member Email or Group Email"/>
</div>
</div>
...
...
@@ -37,7 +37,7 @@
<spanclass="info">Select a group email to which a member has to be added..</span>
</p>
</div>
<ng-select[items]="groupList"bindLabel="name"name="selectedGroupType"bindValue="id"placeholder="Please select a group email"
<ng-select[items]="groupList"bindLabel="name"name="selectedGroupType"bindValue="id"placeholder="Please select a Group Email"
[(ngModel)]="selectedGroupType">
</ng-select>
...
...
@@ -49,10 +49,13 @@
<spanclass="info">Select a role for the member to be added</span>
@@ -21,6 +21,7 @@ export var search_filterAND2=" eg: 'query': '(data.Data.IndividualTypeProperties
exportvarsearch_filter_limit="The maximum number of results to return from the given offset. If no limit is provided, then it will return 10 items. Max number of items which can be fetched by the query is 100.";
exportvarsearch_spatailfilter="The below dropdown consists of all the SpatialmLocation filters like Coordinates,HorizontalCRSID,etc which can be edited and modified to make a Spatial Location Filter.";
exportvarsearch_legal_navigate="Click on Legal Tag names to view Legal details."
//--------- legal help texts----------------
exportvarlegat_filter="To Filter specific legal tags from the given legal tags list. Select any legal tag you want to view from the multiselectable dropdown list and then click on Filter button to view all the selected legal tag details.";