Alexander S.
Alexander S.
I noticed that minlength/maxlength checks don't seem to work for `textarea` elements. I traced this back to this conditional check in `validators/minlength.js`: `text_types.indexOf(get_type(element)) === -1`. This fails as `textarea` is...
Noticed a small typo: exension/extension.
I encountered a minor issue while directly integrating this plugin into a theme using Composer + WPackagist: admin-side resources (CSS/images) don't load properly, something I traced back to the `taxonomy_image_plugin_url`...