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

See https://github.com/bem-sdk/bem-naming/pull/156

infrastructure

Сейчас в элемент `item` блока `menu` нужно явно передавать блок `link` ```js { elem : 'item', mods : { type : 'link' }, content : { block : 'link', url...

JS-код проекта уже проверяется линтером. Можно так же проверять CSS. Раз вы уже перешли на PostCSS, то самым лучшим выбором будет [Stylelint](http://stylelint.io/). Но главный вопрос — какие чаще всего ошибки...

Example: ``` { block : 'radio-group', mods : { theme : 'islands', size : 'm', type : 'button' }, name : 'radio-button', options : [ { val : 1, text...

Сейчас modal_theme_islands закрывается так же, как и открывается: прилетает в нашу сторону. Лучше, чтобы он прилетал от нас (уменьшался).

Продолжаю разговор в твиттере - https://twitter.com/shabalinnikolai/status/775050582306553858 1) Записал видео проблемы - https://www.youtube.com/watch?v=UPL8l3A-qpE 2) Вы попросили в отдельном окне открыть селект. Я проверил, всё тоже самое, что и не в отдельном...

bug

It turned out that `form.reset()` works wrong with [current way](https://github.com/bem/bem-components/blob/v3/common.blocks/checkbox/checkbox.js#L17-L19) of checking/unchecking checkboxes. Such variant was introduced in https://github.com/bem/bem-components/commit/012de48146234dc5c1ea47297687046311a0ac6b as a fix for previous change made for a11y: https://github.com/bem/bem-components/commit/db4a1385029ee328550aaacb541b41e021381fea Is...

bug
JS
a11y