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

refactor(NcCheckboxRadioSwitch): Do not use HTML attribute name id as property name #5516

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

susnux
Copy link
Contributor

@susnux susnux commented Apr 22, 2024

☑️ Resolves

We tried already in the past to not use native attribute names for custom props to prevent future issues, so lets use a custom name here.

🏁 Checklist

  • ⛑️ Tests are included or are not applicable
  • 📘 Component documentation has been extended, updated or is not applicable
  • 3️⃣ Backport to next requested with a Vue 3 upgrade

@susnux susnux added the 3. to review Waiting for reviews label Apr 22, 2024
@susnux
Copy link
Contributor Author

susnux commented Apr 22, 2024

/backport to next

Copy link
Contributor

@Antreesy Antreesy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't be a breaking change, as it's an internal component, right?

@ShGKme ShGKme changed the title fix(NcCheckboxRadioSwitch): Do not use HTML attribute name id as property name refactor(NcCheckboxRadioSwitch): Do not use HTML attribute name id as property name Apr 23, 2024
@ShGKme
Copy link
Contributor

ShGKme commented Apr 23, 2024

Shouldn't be a breaking change, as it's an internal component, right?

Yes, this is an internal component

@susnux susnux requested a review from ShGKme May 10, 2024 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants