2- If we wrap the filter-search element in a layout like a block, the active border will not be displayed if the wrapper is active, either inside or outside the component.
thank you for getting in touch about this. I was able to replicate the first issue and I’ve created an internal bug report.
As for the second one, it’s not showing because the “filter - search” is an input - so it’s “full” element, and it’s above the “outline” with the “offset” of “-1” that we use for this active lines.
Because of that, I’m not sure I should consider this as a bug.
Because of that, I’m not sure I should consider this as a bug.
Yes, you are right. On the other hand, if we use filter-search as a nested component, the active border will be displayed well in them. But if it is the main component, it will not be displayed.