jmadler / emoji-picker

Add a slick emoji selector to input fields and textareas on your website.
Other
1.31k stars 318 forks source link

Angular model out of sync #56

Open wdoyle opened 7 years ago

wdoyle commented 7 years ago

I have got the emoji picker working in my angular configuration however if I edit the model of the textarea inside my controller and then add an emoji - the emoji resets it back to the value before the controller changed the model.

Is there anyway to ensure that the models stay in sync?

wdoyle commented 7 years ago

Just to confirm the textarea with ng-model has the correct value however the div emoji-wysiwyg-editor does not have the correct value

wdoyle commented 7 years ago

Anyone managed to find a solution to this yet?