tagger icon indicating copy to clipboard operation
tagger copied to clipboard

option to force case

Open jcubic opened this issue 3 years ago • 1 comments

I was suggested to add this option to ignore case. The feature will be breaking change because it will force to ignore the case by default.

options will be maybe force_lowercase that is true by default.

jcubic avatar Mar 14 '21 16:03 jcubic

Maybe better (and non-breaking) would be filter callback and given a string transform it. There if needed user can use:

filter: (tag) => tag.toLowerCase()

jcubic avatar Jul 15 '21 15:07 jcubic