angular-mentions
angular-mentions copied to clipboard
Angular mentions for text fields.
Hi, The peer dependency range inside the lib's `pacakge.json` seems to be incorrect: ``` "peerDependencies": { "@angular/common": ">=7.2.0", "@angular/core": ">=7.2.0" } ``` When installing version`1.5.0` inside an Angular@12 package this...
Trying to use scroll bar in open mention list closes the list. This happens when trying to click up/down arrows or drag the scrollbar. I'm using latest version with Chrome...
This plugin is awesome and seems to work pretty well already with both `` elements and also ``. The problem is that even when using this plugin with a ``...
Is anyone else having issues with this after upgrading to Angular 15? Since the upgrade when the mentions open they are restricted to the boundaries of the mat-form-field. I've tried...
I can get a `@mention` working correctly but I want to encode the underlying mention with a UID for the person mentioned so that my underlying encoded value of the...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.31 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.31 / 1.0.2 Fix OPPO Reno A5 incorrect detection Fix TypeError Bug Use AST to extract regexes and...
Hello, I get the error **event.preventDefault is not a function** after I click out of a textarea/input/html-editor. The whole error message is: `core.js:15724 ERROR TypeError: event.preventDefault is not a function...
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
I am using `angular-mentions` on an Angular Material input field. On Desktop (Chrome) everything works perfectly. But testing it on two different android devices both running the latest version of...