Issue with custom html in panel componenent
I currently have a list item component that is being used to display an array of records returned from a DBservice request. Inside the list item I have a panel component that has some custom HTML. The HTML is simply some jquery buttons.
When I have the panel included in the list item the page freezes when attempting to create more then one list item. If I remove the panel everything works just fine. Also if I don't map any response to the list item then the panels html displays just fine. I'm assuming there is something I need to add to the html in order for it work correctly.
Some additional information just in case it helps: I am using the custom HTML in order to utilize custom icons. I am have encoded the FontAwesome icons into a css stylesheet and the icons work fine everywhere, so I don't think they are the problem. Any advice is appreciated. THANKS.