bootstrap-suggest
bootstrap-suggest copied to clipboard
No support for contenteditable div
I was trying to see if it works with contenteditable div. But it doesn't :(
nope sorry. I think we can tweak the plugin to support this.. this is just a matter of applying events and caret position calculation same with input/textarea elements but I couldn't do it anytime soon.
If you'd like to take a shot for it, you can freely submit a PR and we'll see if it works :)
Thanks. Surely. I'll look into it.
I think if this is completed this will make this a lot more useful. I started working to add support for this. In addition we need to do the following:
el.val() -> el.text() element.value -> element.textContent
trying to figure out how to get the position calculations working on the div contenteditable
Check this out
no solution
this is too much for this simple plugin, closing this