Remove Qexpansion item carat arrow icon
-
Is it possible to remove the q-expansion item header carat arrow icon? I do not need it as I am using the entire header to expand/contract.
-
You could use CSS to hide it.
Scott
-
Also check the
$q.iconSet
object (console log), the icon prop should be defined there and give it a null or an empty string, careful though as it’s global.