sundar-karpura

Results 2 issues of sundar-karpura

For the issue reported in [markdown_quill](https://github.com/TarekkMA/markdown_quill/issues/20), the fix may be in this repo. Could you please investigate this? The fix may be in EmptyBlockSyntax. ``` @override Node? parse(BlockParser parser) {...

**Bug description**: When used in a Form, InternationalPhoneNumberInput triggers Form.onChanged event on first load itself, with a non-null initialValue. This results in marking the form as dirty and prevents us...