Replies: 3 comments
-
Hello, 'vgromfeld! Thanks for submitting a new feature request. I've automatically added a vote 👍 reaction to help get things started. Other community members can vote to help us prioritize this feature in the future! |
Beta Was this translation helpful? Give feedback.
-
Great idea @vgromfeld is this something you're thinking of looking at in the future? We're just about to close 7.1, so assuming this would be for the future? I know it'd be good for us to encapsulate the base |
Beta Was this translation helpful? Give feedback.
-
Yes, I will try to implement it. I can have a quick look to
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem this feature would solve
The
InAppNotification
control is automatically hidden after the expiration of the notification duration. The durations we are hardcoding in our applications may not be long enough to allow the users to fully read the message. We should have a way to keep the notification visible for a longer time if the user wants/needs it.Describe the solution
Windows toast notifications remains displayed when they are hovered by the mouse cursor (or tapped). We should replicate this feature in our
InAppNotification
control.We can add a new property to the control to enable (default value) or disable this feature.
Beta Was this translation helpful? Give feedback.
All reactions