This conversation has been locked due to inactivity. Please create a new post.
This conversation has been locked due to inactivity. Please create a new post.
Hi All,
I have one multifield and I want to hide the first index of multifield , for example I want to hide TabName#1 - HomePageSection as shown below (highlighted in yellow)
How can I do this ?
Thanks for your help.
Solved! Go to Solution.
Views
Replies
Total Likes
You can do that as well with javascript
$('coral-multifield.yourclass coral-multifield-item:first-of-type > button').hide();
Hi @arunpatidar and all,
Thanks for your reply. But here my requirement is that I want to hide the delete and replace icon for first multifield only in my JavaScript , as highlighted in red in below screenshot.
Thanks & Regards
thanks , it is working fine
Views
Likes
Replies