You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a dropdown which has its dropdown options change based on other inputs. I would like to visually indicate to the user that these options have been updated. Currently, I see no non-obtrusive component that I can use to show this. The closest that I have found is the MessageBar but that has to be put in the UI and is not updateable / toggleable from the server logic.
Feature description
I would like to have a component available which can be triggered from the server logic (kind of like how we can create a JS alert popup) and have the ability to automatically disappear after a timeout period. Fading would be nice.
Implementation ideas
No response
Impact
I could use this feature in several places
Comments
If there already exists a method to do this I would be happy to implement that solution, I just do not know what that solution is.
The text was updated successfully, but these errors were encountered:
I this code, the createMessageBar function could more aptly be renamed injectTimedElement since it is general. It does depend on an empty UI div with the hard coded id of MessageBar_Container. I think this seemed to hit the mark. All of that being said, I am not sure if this is very clean. It seems kind of hackish to me and maybe there was a more elegant solution available. I look forward to see what feedback you have on the issue.
Motivation
I have a dropdown which has its dropdown options change based on other inputs. I would like to visually indicate to the user that these options have been updated. Currently, I see no non-obtrusive component that I can use to show this. The closest that I have found is the MessageBar but that has to be put in the UI and is not updateable / toggleable from the server logic.
Feature description
I would like to have a component available which can be triggered from the server logic (kind of like how we can create a JS alert popup) and have the ability to automatically disappear after a timeout period. Fading would be nice.
Implementation ideas
No response
Impact
I could use this feature in several places
Comments
If there already exists a method to do this I would be happy to implement that solution, I just do not know what that solution is.
The text was updated successfully, but these errors were encountered: