Add an option to the Message widget to enable or disable auto-close. If enabled, allow configuration of auto-close duration in seconds.
Hi,
This aut-close feature is exposed through the Javascript API parameter AutoClose:
$public.FeedbackMessage.showFeedbackMessage("Your message here", { style: "success", autoClose: true }); Why you need to disable or endable a feedback message? there is no user input possible in it, ever.Regards, Daniel