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

Current scheme: ``` common.blocks/ input/ __control/ _type/ input.tests/ input.bemhtml input.js desktop.blocks/ input/ _autofocus/ input.js touch.blocks/ input/ __control/ input.js design/ common.blocks/ input/_theme/ input_theme_islands.styl desktop.blocks/ input/_theme/ input_theme_islands.styl ``` Proposal: ``` blocks/ input/...

question
v3

Есть вот такой код: `togglable : mods.mode === 'radio-check'? 'check' : 'radio'`. Он находится вот здесь https://github.com/bem/bem-components/blob/v2/common.blocks/radio/_type/radio_type_button.bemhtml#L8 и встречается в checkbox и select. Вопроса у меня аж 2. 1. Почему...

Есть 3 блока. `control-group`, `checkbox-group`, `radio-group`. Первый из них ментальный, но миксуется на 2 других. Кроме того он обладает стилями, которые размазаны по контролам. 1. Почему не выделить `control-group` как...

Сейчас есть такая проблема, что модификаторы и атрибуты прокидываются только те, что описаны в шаблоне. Например [тут](https://github.com/bem/bem-components/blob/v2/common.blocks/radio-group/radio-group.bemhtml#L20), [тут](https://github.com/bem/bem-components/blob/v2/common.blocks/checkbox/checkbox.bemhtml#L15) или тоже самое с атрибтами [тут](https://github.com/bem/bem-components/blob/v2/common.blocks/input/__control/input__control.bemhtml#L6). Это приводит к огромным проблемам при...

In general, all focusable components should receive focus sequentially in the order they appear on a page. Authors should not use a positive values of the `tabindex` attribute without an...

v3
HTML
JS
a11y
ready

Strict API prevents user to use incompatible parts of API together. It throws exceptions when user try to - change permanent mod on runtime - use BEMJSON special field without...

question
HTML
JS

Right now only `click` event is supported in `dropdown`. Would be nice to have `hover` as an option.

question

Now there's no way to learn about BEM events of the blocks but to read souce code :(

ready

Block `select` with custom bemjson as an options (modifier mode is set to radio) in `_updateButton` method will use `domElem.text()` in `menu-item`'s method `getText` and will return a sting instead...

ready