devCodeHub-star

Results 6 comments of devCodeHub-star

Hello @martinhipp Your implementation looks like solution for my issue. But after implementing it I didn't achieve the fix. I think I did wrong implementation. Can you please create a...

Hello @martinhipp Thanks for previous solution. That solved major problem. I am upgraded to v4 and I have this use case. ``` import { defineRule } from 'vee-validate' import {...

Hello @luin I am facing the same issue after upgrading from v1.3.7 to v2.0.0-rc.2 I want to prevent multiple line conditionally when pressing enter. ``` const isMultiline = false const...

> bindings I just found the issue in my implementation to update the ENTER key binding. Quill version: 2.0.0-rc.2 Below is updated code ``` const isMultiline = false const quillEl...

Hello @boutell I am also getting all the warnings in my console. I have update the version from '2.7.3' to '2.12.1' but still I am getting all warnings. ![image](https://github.com/apostrophecms/sanitize-html/assets/148462347/2a356e0b-137a-4f70-af0b-b176c381f983) ![image](https://github.com/apostrophecms/sanitize-html/assets/148462347/f3b18dce-5837-4e33-b017-e32bd1de8a80)...

Hello @johnleider and @KaelWD Is there any workaround to address this issue. This bug is impacting my whole project.