Svyatoslav Zaytsev
Svyatoslav Zaytsev
> What about if `search` will be `string[]`? This will work the same way as with regular expressions. Or do you mean that I didn't add a demo?
> Yes, you didn't add a demo added
I found some problems here: 1. We can't highlight multiline occurrences correctly in this solution. 2. We may get performance degradation when resize with large DOM tree. I'll think about...
> I found some problems here fixed, ready to review
Hi. I can work on this...
I have two ideas: ### 1. Provide tuiGlobalRipple directive that will applied for tui-root, listen mutations, and apply ripple for given selector. Example: ```html ... ``` This solution allow to...
I'm working on it.