Kane Cohen
Kane Cohen
You'll have to be more descriptive - not sure what you're talking about currently.
Will check. Can you give an example of imgurl url which should be embedded?
I see, thanks. Looks like it will require some additions for the library - since currently its primary usecase is to generate Iframe or Object elements. Will look into that...
What version of the library and version of Laravel are you using?
Hi. Tried it replicating on demo page - seems to be working as expected. Could you set some example somewhere (JSFiddle or CodeSandvox)?
If you're using node.js to compile your JS assets - then all you need to do is just use ```js import Tokenfield from 'tokenfield'; // And use it: const tf...
Shouldn't affect the page state - there's a event.preventDefault() call that should stop usual link handling. Any errors in the console?
Ah, got it. I don't really actively support this library anymore. I've switched to using https://github.com/KaneCohen/select. I'll see if I can update this and the other issue soon.
Hello. > I realize Tokenfield has a definable property when you create the instance that is where I could enter my existing data. But that's duplication of code and forces...