[Enhancement] Item: better handling of disabled #3720
Labels
enhancement
New feature or request
NOT Tech refined
Needs Tech kickoff - solution outlined and agreed
Describe the enhancement
[attr.disabled]
onion-item
with a property binding on thedisabled
prop.When setting
disabled="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:
The text was updated successfully, but these errors were encountered: