Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot disable radio button #13

Closed
gretchelin opened this issue Sep 23, 2022 · 1 comment
Closed

cannot disable radio button #13

gretchelin opened this issue Sep 23, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@gretchelin
Copy link
Collaborator

gretchelin commented Sep 23, 2022

I noticed that passing disabled prop in VRadio doesn't make the input disabled. After reading the source code, there is no disabled prop in the component, and the only to prop being passes to actual input aside from value is just styling classes.

<input
        :id="id"
        v-model="inputValue"
        type="radio"
        :name="name"
        :value="value"
        class="transition duration-300"
        :class="[inputClass, colorClass]"
      />

@gretchelin gretchelin added the bug Something isn't working label Sep 23, 2022
@gravitano
Copy link
Member

Thanks for the report. Noted for now.

gravitano added a commit that referenced this issue Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants