Skip to content

Commit

Permalink
fix(Radio): remove role radio and rewrite doc
Browse files Browse the repository at this point in the history
  • Loading branch information
EldarMuhamethanov committed Jun 28, 2024
1 parent 55e3673 commit 9ee3e2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/vkui/src/components/Radio/Radio.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ export const Radio = ({
{...restProps}
Component="input"
type="radio"
role="radio"
getRootRef={getRef}
className={styles['Radio__input']}
/>
Expand Down
2 changes: 1 addition & 1 deletion packages/vkui/src/components/Radio/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<br/>

- Использовать отображение компонента `Radio` совместно с оберткой `RadioGroup`, или у родителя должна быть роль `radiogroup`
- У элемента уже выставен атрибут `role="radio"`. За это можете не беспокоиться
- В реализации испольуется нативный `input type="radio"` для корректной работы скринридера
- Рекомендуется предавать в компонент атрибуты `aria-labelledby`, `aria-label` и `aria-describedby` для предоставления
дополнительной информации об элементе

Expand Down

0 comments on commit 9ee3e2e

Please sign in to comment.