From 5a60e90ef97b00bfb2dc001ddf4d4d786971247d Mon Sep 17 00:00:00 2001 From: Mukul Date: Fri, 13 Oct 2017 12:00:08 +0530 Subject: [PATCH] this is solution for the bug AA search select and delete issue placehoder 23479 --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js index 2f533c3..6d1c4a3 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js @@ -1574,8 +1574,9 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou $("#termlistfilter li a").css({ "background-color": "#ffffff", "color": "#000000" }); $("#termlistfilter li #" + $scope.searchItemId).css({ "background-color": "#3399FF", "color": "#ffffff" }); $scope.searchFilter = $("#" + id).text(); - selectedTermName.placeholder = $("#" + id).text(); - + //selectedTermName.placeholder = $("#" + id).text(); + selectedTermName.value = $("#" + id).text(); + selectedTermName.placeholder = "search... "; //get data from pindata for this trem -- libgit2 0.21.4