-
**Context**
In our angular app we have a codemirror textarea that we use to edit yaml files. We currently use codemirror just for the syntax highlighting. We would like to add autocomplete feature to …
JuhaS updated
10 years ago
-
Selected list item in the autocomplete list does not appear selected when running in an Angular 1.3.11 environment. Selected autocomplete list items appear normal in Angular 1.4+
-
Hi @manfredsteyer,
After upgrading from Angular 13 to Angular 18, I installed @angular-architects/native-federation using npm. However, when I run
npm install @angular-architects/native-federati…
-
### Is this a regression?
- [ ] Yes, this behavior used to work in the previous version
### The previous version in which this bug was not present was
14
### Description
v15 introduced an indicat…
poveu updated
5 months ago
-
### Which @angular/* package(s) are relevant/related to the feature request?
_No response_
### Description
If you developing an angular web app in an dev container every time the container is…
-
#### Reproduction
Use StackBlitz to reproduce your issue: https://stackblitz.com/edit/angular-5rmvpq
Steps to reproduce:
1. Click in the input field to open the autocomplete
2. On the keyboard…
-
#### Bug, feature request, or proposal:
Feature request
#### What is the expected behavior?
User able to search/filter the options in a select
#### What is the current behavior?
User must scr…
-
#### Bug, feature request, or proposal:
Bug
#### What is the expected behavior?
The autocomplete drop down list should stick to the bottom of input element when scrolling
#### What is the curr…
-
# How To Disable HTML Form Autocomplete
A Step By Step Guide on how to disable Autofill/Autocomplete HTML Forms with pure HTML and Angular.
[https://frenchtechlead.com/posts/tech/20220621-how-to-dis…
-
#### Reproduction
When an autocomplete control is reset, the selected option still hold the `.mat-selected` class.
https://stackblitz.com/edit/angular-ufhza2
Steps to reproduce:
1) Open the …