Added TODO

This commit is contained in:
Bernardo Cardoso
2024-04-10 16:24:16 +01:00
parent 98d0aef807
commit 0a71b061fa

View File

@ -50,6 +50,7 @@ export class Chip implements ComponentInterface {
aria-disabled={this.disabled ? 'true' : null}
class={createColorClasses(this.color, {
[theme]: true,
// TODO(FW-6120): remove the theme==='ionic' when we add support for the `ios` and `md` modes.
[`chip-${shape}`]: theme === 'ionic' && shape !== undefined,
'chip-outline': this.outline,
'chip-disabled': this.disabled,