Hi
T3 does not support for this feature by default.
You need to customize css.
.caret {
width: auto;
height: auto;
border: none;
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.caret:before {
content: "\f015"; /* the icon content you want to use */
}
Regards