Commit 5a60e90ef97b00bfb2dc001ddf4d4d786971247d

Authored by Mukul Rajput
1 parent c982ce6d

this is solution for the bug AA search select and delete issue placehoder 23479

400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
... ... @@ -1574,8 +1574,9 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou
1574 1574 $("#termlistfilter li a").css({ "background-color": "#ffffff", "color": "#000000" });
1575 1575 $("#termlistfilter li #" + $scope.searchItemId).css({ "background-color": "#3399FF", "color": "#ffffff" });
1576 1576 $scope.searchFilter = $("#" + id).text();
1577   - selectedTermName.placeholder = $("#" + id).text();
1578   -
  1577 + //selectedTermName.placeholder = $("#" + id).text();
  1578 + selectedTermName.value = $("#" + id).text();
  1579 + selectedTermName.placeholder = "search... ";
1579 1580  
1580 1581 //get data from pindata for this trem
1581 1582  
... ...