optimal-select
optimal-select copied to clipboard
"ignore" class function in README is incorrect
The README documentation for the class "ignore" function is incorrect. It should read:
ignore: {
class (name, value, defaultPredicate) {
// disregard short classnames
return name.length < 3 || defaultPredicate(name, value)
}, ...
For me it was
ignore: { class(_, className) { return className.includes("class-to-ignore"); }, }
您好,我最近比较忙,无法亲自回复您的邮件。我如果我看到您的邮件,我会尽快给您回复。