bem-components icon indicating copy to clipboard operation
bem-components copied to clipboard

Set of components for sites development

Results 102 bem-components issues
Sort by recently updated
recently updated
newest added

При переключении между элементами внутри модального окна фокус «проваливается» за его пределы. Очевидно, что подобного происходить не должно.

lazyInit in mods breake lazyInit on all blocks https://github.com/bem/bem-core/issues/1576 and not allowed after https://github.com/bem/bem-core/pull/1579/files **upd** or not need https://github.com/bem/bem-core/pull/1584

On window scroll observed brake redraw popup position if the element is fixed. ![peek 2018-06-22 13-23](https://user-images.githubusercontent.com/1655916/41772471-7319e034-7621-11e8-8aee-eabd5c037778.gif)

```js block('select').elem('button')( mods()(function() { var mods = this.mods; return { size : mods.size, theme : mods.theme, view : mods.view, focused : mods.focused, disabled : mods.disabled, checked : mods.mode !== 'radio'...