Hi,
I am binding a div with the property "contentEditable"=true that is bound with data-bind="html: Message". However, it appears to be a read only property since when I make changes to the div and then move off the div triggering the blur event, the Message property contains the original value.
Am I doing something wrong or is this just the way it is designed?
Thank you,
David A.
I am binding a div with the property "contentEditable"=true that is bound with data-bind="html: Message". However, it appears to be a read only property since when I make changes to the div and then move off the div triggering the blur event, the Message property contains the original value.
Am I doing something wrong or is this just the way it is designed?
Thank you,
David A.