Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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.
