I set the Normal,Focus,Placeholder skin for the textbox,Font-Colors are Black(Normal,Focus) and Red(Placeholder).There's a button, when click the button it will set amount number to the textbox, just like the code as following.
When i click the button I think the text will shows as black fontColor of the Normal Skin, but the text display as Red which fontColor of the placeholder skin.
Does anyone know about this ? it's a bug? Or it can be fixed by extra configrations? preThanks for ur helps.
// click event of the Button
this.view.btnSetAmount.onClick = ()=> {
// set the amount to the Textbox
this.view.txtAmount.text = 999;
};
Can u tell me how to raise a bug report to the HCL customer support center?
I tried to raise a ticket to the HCL customer support center, but they rejected my ticket because My Email didn't registed on the HCL customer supprt center. Do u know other ways to raise a bug report?