We are facing issue when trying to highlight the entity name which is 
getting rendered on accordion header. To make it working we need to set one 
attribute (searchon=”true”) to identify the element where we want 
highlighting functionality. Following are the problems we are facing .

   1. If we talk about the header that’s been constructed by ng-accordian 
   which is third party. So if we want to set the attribute we need to find 
   the element in life cycle hook of the component using DOM manipulations.
   2. If we manage to fix the point 1 above then we will lose the click 
   function of the heading (if clicked on the entity name). This click 
   function is also not controlled by us, it’s been handled by ng-accordian 
   internally.

Note:- entity name is the only property binding to the UI of entry screen, 
we are filtering on the other properties (fund name, product name etc.) but 
not visible on UI as per current design, So highlighting will only 
available on entity name if above issue is resolved somehow.

-- 
You received this message because you are subscribed to the Google Groups 
"Angular" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to