Specifically, this PR contains the following changes:
The first item is not shown. This happens because the cssRegex.test(cssText); call moves past the first result. I have added cssRegex.compile to reset the regex
I have reduced the minimum height and set the scrollbar to show only when needed
I have removed the select element, as it seemed to serve no purpose
I have added a check for when no excludeList is set - then it will just be an empty string instead of null
Some small issues in Umbraco 7
Thanks for making this very useful package!
I noted various issues with the icon picker in Umbraco 7 and I made a PR here: https://github.com/marcemarc/monosnow.umbraco.uCssClassNameDropdown/pull/2
Specifically, this PR contains the following changes:
cssRegex.test(cssText);
call moves past the first result. I have addedcssRegex.compile
to reset the regexexcludeList
is set - then it will just be an empty string instead of nullis working on a reply...