Change max char to Control inherited from property
Hi,
I'm starting in PEGA development, I need to change a max char in a cell, I see that this cell is created as a 'Control inherited from property' and the option for max char is not available. My question is, how can I change it? I mean, seems to be straight to create a new TextInput and assign the property and use it instead of the original, my goal is to limit the TextInput to 10 character max.
Thanks