Skip to main content

Notifications

Power Apps - Building Power Apps
Answered

Rich Text Editor OnChange Doesn't Trigger

(2) ShareShare
ReportReport
Posted on by 100

Rich Text Editors OnChange Doesn't Trigger unless we click outside of the box or press tab.

Please note, I have also set default property of the rich text editor.

How to overcome this situation ?

 

 

 

  • KeithAtherton Profile Picture
    KeithAtherton 3,640 on at
    Re: Rich Text Editor OnChange Doesn't Trigger

    Feel free to use the variable wherever it will be valuable. Or you can perform all the logic you need in the timer's OnTimerEnd action.


    If I have answered your question, please mark your post as Solved.
    If you like my response, please give it a Thumbs Up.
    Connect with me online.

  • Garry030424 Profile Picture
    Garry030424 100 on at
    Re: Rich Text Editor OnChange Doesn't Trigger

    @KeithAtherton : Thanks for your Input. I am using Rich Text Editor without form ( Standalone )

    In the solution that you have provided, where exactly shall i plug in the variable ? 

  • Verified answer
    KeithAtherton Profile Picture
    KeithAtherton 3,640 on at
    Re: Rich Text Editor OnChange Doesn't Trigger

    Hi @Garry030424,

     

    I've come across the same issue with that control (and others) before, quite annoying.

     

    The workaround I did was to add a timer control to the form with the following properties:

    • Duration: 1000
    • Repeat: true
    • Auto start: true
    • OnTimerEnd: UpdateContext({locInput:RichTextEditor1.HtmlText});

     

    Then use the variable locInput where needed.


    If I have answered your question, please mark your post as Solved.
    If you like my response, please give it a Thumbs Up.
    Connect with me online.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

End of Year Newsletter…

End of Year Community Newsletter…

Tuesday Tip #12 Start your Super User…

Welcome to a brand new series, Tuesday Tips…

Tuesday Tip #11 New Opportunities…

Welcome to a brand new series, Tuesday Tips…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 144,609

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,420

Leaderboard