Close method calls deprecated $.fn.blur()
#1776
Labels
pending review
This issue was closed as stale; since then additional review has been requested.
$.fn.blur()
#1776
I did:
(or gave a link to a demo on the Selectize docs)
like below
The
close
method calls the deprecated$.fn.blur()
shorthand:This triggers a warning when running jQuery Migrate.
Steps to reproduce:
Expected result: No deprecation warning
Actual result: Deprecation warning
Further Details:
I think #1625 referenced this, but the PR which closed that issue (#1624) only actually addressed
$.fn.trim()
, not$.fn.blur()
.I wonder if this could be as simple as updating as follows, but I'm not confident in it:
Happy to create a PR if it is thought that this is the way to go! :-)
The text was updated successfully, but these errors were encountered: