Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hi All,
We have a requirment to have multiple textboxes against Number attribute as below.

This is achieved this by changing the data utiltiy but not accepting the values from the entered textboxes, we have solved by adding one StringInputComponent(Textbox) and appended the form data entered in the textboxes.
But now, we are unable to hide the StringInputComponent(TextBox).

Could you please help to hide the textbox.
Hi Niranjan,
try to set your GUIComponent's setEnabled() method to false.
