the specified properties do not work in the REACT component.
You can look at this example https://smartclient.com/smartclient-...?id=selectItem
You can look at this example https://smartclient.com/smartclient-...?id=selectItem
<SelectItem name={CONSTANT.TYPE} title={Strings.get("noticeType")}
imageURLPrefix="[SKINIMG]notices/" imageURLSuffix=".png"
valueMap={typesMap} valueIcons={iconsMap}
/>
<SelectItem name={CONSTANT.TYPE} title={Strings.get("noticeType")}
imageURLPrefix={"[SKINIMG]notices/"} imageURLSuffix={".png"}
valueMap={typesMap} valueIcons={iconsMap}
/>
Comment