[ ] replace attribute binding [attr.disabled] on ion-item with a property binding on the disabled prop.
When setting disabled="false" on kirby-item the attribute binding ends up rendering the attribute as disabled="false" but the presence of the attribute marks the element as disabled. Ionic already renders this attribute properly on the native html button inside the shadow dom
[ ] consider if nested interactive elements (checkbox, radio, toggle) should be disabled when the item is disabled?
Describe the solution you'd like
Have you considered any alternatives?
Are there any additional context?
Checklist:
The following tasks should be carried out in sequence in order to follow the process of contributing correctly.
Describe the enhancement
[attr.disabled]
onion-item
with a property binding on thedisabled
prop. When settingdisabled="false"
onkirby-item
the attribute binding ends up rendering the attribute asdisabled="false"
but the presence of the attribute marks the element as disabled. Ionic already renders this attribute properly on the native html button inside the shadow domDescribe the solution you'd like
Have you considered any alternatives?
Are there any additional context?
Checklist:
The following tasks should be carried out in sequence in order to follow the process of contributing correctly.
Refinement
Implementation
The contributor who wants to implement this issue should:
Review
Once the issue has been implemented and is ready for review: