xwp / wp-js-widgets

JS Widgets plugin for WordPress
https://wordpress.org/plugins/js-widgets/
40 stars 6 forks source link

Fix rendering of notifications #33

Open westonruter opened 7 years ago

westonruter commented 7 years ago

Should look like this:

image

But instead it looks like this:

image

See snippet to add notifications of all types: https://gist.github.com/westonruter/6d4981b1d5e9f12faaba253b9f14745e

Also, if a notification gets added to a control then it is not getting rendered. And if a notification is added to a setting before the form is expanded, then it is not getting displayed.