I see that there is a broken feature in Modern control of Information button(Under "Display" Option in "Insert").
Details: I am using this information button next to every field in my powerapps application. When user clicks on this icon, it displays information about the field. I use a container to display the fields. So Onselect property is used to set the variable to true "UpdateContext({varpopup:true})" and then show the container.
Issue: Now the issue is that when i click on the information button, it also shows the "Content" property text.. Even if i leave it blank or give false, the same pop up is displayed. There is no way, we can disable the content, which is not a good UI experience.
Below screenshot when I give blank value for Content property.. similarly will be whatever text is provided.
Note: This issue isn't present in classicversion of information button.