st-h / ember-content-editable

A contenteditable component for ember-cli that just works™
MIT License
66 stars 31 forks source link

Disabled attribute still doesn't work #117

Closed wesleyks closed 8 months ago

wesleyks commented 1 year ago

Hi, so this issue was supposedly fixed in #109 but it seems that the input is still editable when @disabled={{true}}. What I think is happening is that the styles in ember-content-editable-modifier are still targeting .ember-content-editable instead of .ember-content-editable[contenteditable] so then -webkit-user-modify: read-write-plaintext-only; still gets applied.

st-h commented 1 year ago

Thank you. Could you please give 4.0.0-rc.6 a try?