Hi,
Should setValueMap in FormItem class accept just Map values?
For now it's LinkedHashMap and for example you cannot directly assign map from Constants but you can do it by:
Is it an oversight or I don't see a bigger picture?
Best regards
Should setValueMap in FormItem class accept just Map values?
For now it's LinkedHashMap and for example you cannot directly assign map from Constants but you can do it by:
Code:
formItem.setAttribute("valueMap", constants.fieldColorValues());
Best regards