Tim Dirks
Tim Dirks
Adds option to allow the mention character to appear inline (and unisolated) in the text. Breakdown of the changes in `getMentionCharIndex` (in the case where the options `isolateCharacter` and `allowInlineMentionChar`...
Fix bug where the isolated mention character check could return wrong result. Consider these settings: ```js { allowChars: /^[a-zA-Z0-9.]+$/, maxChars: 8, isolateCharacter: true, } ``` If the quill text was...
### Reproduction https://github.com/TimDirks/FormKit-Recursive-Playground ### Describe the bug During local development, triggering a Hot Module Reload results in a `Maximum recursive updates exceeded` warning in the console. For this to happen,...
### Bug description When creating a Grid field with any field as its "child" that has validation rules, the errors corresponding to said rules are set on the item index...