Skip to content

Conversation

@iandi09
Copy link
Collaborator

@iandi09 iandi09 commented Jan 2, 2024

Closes #369

  • moved logic from ino-control-item to ino-list-item and marked ino-control-item as deprecated
  • fixed issue which occured when using ino-list (MDCList) together with ino-control-item (error in console due to the role attribute)

- moved logic from ino-control-item to ino-list-item
- fixed issue which occured when using ino-list (MDCList) together with ino-control-item (error in console due to the role attribute)
}
const skip = ['INO-CHECKBOX', 'INO-RADIO'].includes(e.target['tagName']);
if (skip) return;
const ctrl = checkbox || radio;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why we need this logic? For which use cases?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ino-control-item: Use slots instead of components

3 participants