bem-components
bem-components copied to clipboard
Set of components for sites development
При переключении между элементами внутри модального окна фокус «проваливается» за его пределы. Очевидно, что подобного происходить не должно.
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. 
resolve #2080
```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'...