mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
Added TODO
This commit is contained in:
@ -50,6 +50,7 @@ export class Chip implements ComponentInterface {
|
|||||||
aria-disabled={this.disabled ? 'true' : null}
|
aria-disabled={this.disabled ? 'true' : null}
|
||||||
class={createColorClasses(this.color, {
|
class={createColorClasses(this.color, {
|
||||||
[theme]: true,
|
[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-${shape}`]: theme === 'ionic' && shape !== undefined,
|
||||||
'chip-outline': this.outline,
|
'chip-outline': this.outline,
|
||||||
'chip-disabled': this.disabled,
|
'chip-disabled': this.disabled,
|
||||||
|
|||||||
Reference in New Issue
Block a user