Hi
I am trying to remove the icon from the list item. I used to use data-icon = false to set the property of the list.
This does not work anymore. Just removing the icon in the properties still leaves a space for the icon. I need that space.
Thanks
Hi
I am trying to remove the icon from the list item. I used to use data-icon = false to set the property of the list.
This does not work anymore. Just removing the icon in the properties still leaves a space for the icon. I need that space.
Thanks
Hello!
Please take a look here: http://devcenter.appery.io/documentat...
This might be useful.
Hi
Nope not at all.I know about the different components. It does explain how to remove the icon completely
Hi
I understand that. That is not my question. I want the Icon and its placeholder to e removed. See image display. I cannot occupy 100% of the list item because the space where the icon was still remains. Can you see the yellow space on the right of the image. I need that to dissapear.
My other issue is also the fact that you guys have made these changes without realising the productivity loss for developers to change all existing apps. This is going to take me hours to update apps.
Hello!
Please try to use this code:
code/* here you should replace "mobilelist_65" with your list component name */
[name="mobilelist_65"] .ui-btn:after{
display: none;
}/code
Hi
Where must this code be used?
Hi Deon,
In CSS file.
Thank you
Hello,
I added the code in css but the space does not go away.