@if (iconSide === 'left') {
@if (withIcon && id) {
}
}
@if (!customInputRenderer) {
}
@if (customInputRenderer) {
}
@if (withDeleteOption && id && (id !== defaultIdValue)) {
}
@if (iconSide === 'right') {
@if (withIcon && id) {
}
}
@if (withFavourites && id!==null && (!isTree || (isTree && level))) {
}