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 / How can i do a hover o...
Power Apps
Unanswered

How can i do a hover over on a field in power app?

(0) ShareShare
ReportReport
Posted on by

i am trying to add a hover over on a field in power app. this is to give guidance to people on what that field meant. any suggestion on how to do this?

Categories:
I have the same question (0)
  • Ami K Profile Picture
    15,687 Super User 2024 Season 1 on at

    @ManKa -

     

    You can leverage the Tooltip property for most controls, but I personally find these useless as the text is too small to be legible and apps should be as accessible as possible. 

     

    As an alternative:

     

    1. Insert an Icon control next to the field in question. For example an Information icon.

     

    2. On the OnSelect property of the information Icon, enter:

     

    UpdateContext({ctx_info_pop_up: !ctx_info_pop_up});
    UpdateContext({ctx_info_text: "Here is some information about this field."})
    

     

    3. Create a Container control

     

    4. Insert a Label control or a HTML text control inside the Container

     

    5. On Text or HTML property, enter:

     

    ctx_info_text

     

    6. On the Visible property of the container, enter:

     

    ctx_info_pop_up

     

    7. Duplicate the Information Icon. On the OnSelect property, enter different text. E.g.:

     

    UpdateContext({ctx_info_pop_up: !ctx_info_pop_up});
    UpdateContext({ctx_info_text: "Different information about this field."})

     

     

    Recording2024-06-13232048.gif

     

    Note however that if you apply the above Solution to a DataCard in an EditForm, the Icons will not be clickable if the Form is in View Mode.

     

     

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!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 899

#2
Valantis Profile Picture

Valantis 571

#3
11manish Profile Picture

11manish 499

Last 30 days Overall leaderboard