bem / bem/bem-components

Radio-check and button mode

Open
#1,685 15 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
330
Forks
88
PR merge metrics
No merged PRs in 30d

Description

Есть вот такой код: `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. Почему это не `togglable : mods.mode`?
2. Почему это не `mode : mods.mode`?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.