yourlabs / django-autocomplete-light

A fresh approach to autocomplete implementations, specially for Django. Status: v4 alpha, v3 stable, v2 & v1 deprecated.
https://django-autocomplete-light.readthedocs.io
MIT License
1.79k stars 467 forks source link

replace lookbehind regex with two regex #1233

Closed vtbassmatt closed 3 years ago

vtbassmatt commented 3 years ago

Safari is not so smart

fixes https://github.com/yourlabs/django-autocomplete-light/issues/1226

codecov[bot] commented 3 years ago

Codecov Report

Merging #1233 (049a2d6) into master (10bc164) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1233   +/-   ##
=======================================
  Coverage   89.85%   89.85%           
=======================================
  Files         113      113           
  Lines        2345     2345           
=======================================
  Hits         2107     2107           
  Misses        238      238           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 916af81...049a2d6. Read the comment docs.

cnk commented 3 years ago

Just came across this issue. Would love to see a release with this fix included.