fix(chips): update chip paddings to contain text padding#2190
fix(chips): update chip paddings to contain text padding#2190
Conversation
| @click=${this._handleSelect} | ||
| > | ||
| ${this._renderPrefix()} | ||
| <slot></slot> |
There was a problem hiding this comment.
Should there be a nested <slot> here?
There was a problem hiding this comment.
If the slot is not nested, it's just plain text in the DOM and I cannot target the text to place the padding on it.
rkaraivanov
left a comment
There was a problem hiding this comment.
Minor issue:
Since a new content part is introduced, it should be added to the JSDoc of the component @csspart content - <description>, update the relevant section of the specification and the documentation.
Otherwise, the template is fine.
Should be fixed now. |
Related to IgniteUI/igniteui-angular#17115