st-h / ember-content-editable

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

Pass though "dir" attribute #61

Closed krukid closed 2 years ago

krukid commented 6 years ago

The component currently does not allow setting "dir" attribute, which would be useful for many rtl/ltr/bidi cases, especially since you can only set "auto" direction via this attribute.

st-h commented 6 years ago

I will see if I can find time to implement this, otherwise PRs are very welcome!

st-h commented 2 years ago

sorry about the late reply. This should be now fixed in version 3.0.0 where you can pass any attribute. Upgrades require to migrate due to two way binding no longer being available with current ember versions.