Hi all,
I have a task in Model driven to show field level warning for Multi line Textbox fields on form when maximum number of characters limit for Multi-line field has been reached.
I am using JavaScript to achieved above task. For this i am following this Keypress in Dynamics CRM .
So, I first got all multi-line text field controls from form (using, where getAttributeType() == "memo") Now i am trying to bind addOnKeyPress() event handler with each control. but the sad new for me that addOnKeyPress() event handler is deprecated
. check this link https://docs.microsoft.com/en-us/power-platform/important-changes-coming#some-client-apis-are-deprecated
Below screen shot shows that Power Apps component framework are the replacement of this.
Can you please help me out to achieved the above?? Its Urgent! ☹️
Thanks in advance 🙂
Hi,
You need to create your own control using PCF framework. Luckily, you may find a control on the community that meets your exact needs.
mmbr1606
22
Super User 2025 Season 1
stampcoin
19
Michael E. Gernaey
15
Super User 2025 Season 1