Saad
Saad
This is the tiniest library I could find out there for sanitizing HTML. Sucks that I'll have to go with a bigger one. Hope this gets addressed soon.
Are you saying you'd like to see a Vue wrapper on top of this?
Bitwarden has started blocking access to vaults based on IP addresses to "mitigate DDOS attacks" and their systems seem to be flagging most IPs behind CG-NAT (that's millions [and millions]...
According to their site, this is the JSON format they use. ```json { "folders": [ { "id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "name": "My Folder" } ], "items": [ { "id": "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaa", "organizationId": null,...
I'm running into the same issue. Did you guys find a workaround for this?
We have a use case for this too. I'm implementing an input rule for adding emojis with colon wrapped shortcodes and I have to determine whether the typed shortcode matches...
It's been a while since I've used the Options API, but I believe it would require some special considerations in general. IIRC, the ways to access the props in Options...
I'm having this problem too.
Okay will work on making something in jsfiddle tonight.
I thought you meant actually drawing it. I put this `9` together, lol. https://jsfiddle.net/dumptyd/xrcyze1w/3/