web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / New Modern Text Input
Power Apps
Suggested Answer

New Modern Text Input

(3) ShareShare
ReportReport
Posted on by 8
In the most recent Power Apps update, Microsoft has forgotten to make the new text input control 'focusable'. As a result, you can no longer set focus to them - which is a problem.
Does anyone know of a workaround - or has anyone heard any rumours as to when it might be fixed?
Categories:
I have the same question (0)
  • Suggested answer
    Haque Profile Picture
    888 on at
     
    Right now, the new “Modern” Text Input control in Power Apps does not support SetFocus, which means you cannot programmatically move focus to it.

    To me, the most realiable workaround would be either continue using the classic (with less modern look!). Secondly, if sequence is not matter, you can place the modern text input at the top of the tab order so it naturally receives focus when the screen loads.

    I usually don't like, but if in essence you can tackle this trick:

    1. Place a hidden classic text input behind or beside the modern one.
    2. Use SetFocus() on the hidden classic input.
    3. Then, use formulas to sync its Text property with the modern control.
    4. This way, the focus event is triggered, but the user interacts with the modern UI.
     

    I am sure some clues I tried to give. If these clues help to resolve the issue brought you by here, please don't forget to check the box Does this answer your question? At the same time, I am pretty sure you have liked the response!
  • Suggested answer
    Valantis Profile Picture
    1,971 on at
     
     
     
    Turns out SetFocus has some real limitations — it only works on controls that are on the same screen, aren't disabled, and aren't nested inside Containers, Forms, or Galleries. On top of that, iOS won't open the keyboard automatically unless the focus is triggered by something the user actually taps (like a button).
     
    For now, here are a few ways to work around it:
    - Move the Text input outside of any Containers and trigger SetFocus from a button. For desktop, Screen.OnVisible works too.
    - If you really need focus to work reliably, consider swapping the field back to the classic Text input for the time being.
    - If you're using Creator Kit components, you can trigger focus through the InputEvent pattern: UpdateContext({ ctxComponentEvent: "SetFocus" & Text(Rand()) })
     
    As for a proper fix — there's nothing on the official docs yet.
     
    I'd recommend keeping an eye on the Known Issues page and the Power Apps blog. If this is blocking you, let me know and we can open a Microsoft Support ticket with a minimal repro to get it escalated.
     

     

    Best regards,

    Valantis

     

    ✅ If this helped solve your issue, please Accept as Solution so others can find it quickly.

    ❤️ If it didn’t fully solve it but was still useful, please click “Yes” on “Was this reply helpful?” or leave a Like :).

    🏷️ For follow-ups  @Valantis.

    📝 https://valantisond365.com/

     

     
     
  • Suggested answer
    TB-20032129-0 Profile Picture
    2 on at
    This is just ridiculous.  Come on Microsoft!
     
    I have found a workaround (I think) but you have to have an existing page that was already using the modern TextInput control before the update occurred.  You'll know because there is a blue banner that says "A new version of this control is available." 
    You can copy the TextInput from a previous screen and are able to use SetFocus() on it.  This is a horrible workaround since I now have to do this with 16 text boxes that I had already added and styled.
     
    I hope there is a fix sooner rather than later.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 562 Most Valuable Professional

#2
11manish Profile Picture

11manish 324

#3
Haque Profile Picture

Haque 303

Last 30 days Overall leaderboard