8000 b-form-radio-group doesn't show cheched item in group when buttons mode and group in a disabled state · Issue #7228 · bootstrap-vue/bootstrap-vue · GitHub
[go: up one dir, main page]

Skip to content
b-form-radio-group doesn't show cheched item in group when buttons mode and group in a disabled state #7228
Open
@tomashev-mv

Description

@tomashev-mv

Hi!
b-form-radio-group does not show checked item in group when button mode and group in disabled state.
b-form-radio-group without button mode shows checked item in disabled state.

I think in both modes in disabled state checked item should be shown. Isn't it?

<b-form-radio-group
id="btn-radios-2"
v-model="selected"
:options="options"
:aria-describedby="ariaDescribedby"
button-variant="outline-primary"
size="lg"
name="radio-btn-outline"
buttons
disabled
>

https://bootstrap-vue.org/docs/components/form-radio#button-style-radios

Image1
Image2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0