Question
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
HCL Technologies
US
Last activity: 6 Jan 2020 7:37 EST
How to ignore spell check on Full Name property (Text Input)
Hi Team,
My requirement is to ignore the spell check on FullName Property which is of text type.
Kindly check the attachment and provide some suggestions please.
I have followed below one but not I have followed it exactly.
To disable spell checking for a property that is represented with a TEXTAREA tag:
- Open the property.
- Open the control rule referenced in the property.
- Copy and save the control rule into an application RuleSet, changing the name.
- Click the Open icon to edit the HTML text of the copy. Add the HTML attribute
SPELLCHECKENABLED="false"
to each <TEXTINPUT> tag. - Save the new control rule.
- Update the property to reference the new control rule.
By default, spell checking is disabled in the non-auto-generated control rule Text that produces an HTML tag of the form:
<INPUT TYPE="TEXT" ... >
----------
Looking for a quick help. Thanks in advance.
Thanks,
Sudhakar
***Edited by Moderator Marissa to update platform capability tags****