devCodeHub-star
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.  ...
Hello @johnleider and @KaelWD Is there any workaround to address this issue. This bug is impacting my whole project.