-
Bug description:
When using a screen reader, the user is not informed on the currently active line in the dropdown list
Plunker/StackBlitz that reproduces the issue:
- Install NVDA screen reader
…
-
I have converted an existing angular repo to shell app using `ng g @angular-architects/native-federation:init --port 4220 --type dynamic-host` commant and successfuly converted and app running fine no…
-
I'm facing a problem with ngx-mask while using it on input form controls in Angular.
1.**On page load**, input text boxes with ngx-mask are immediately marked as touched and dirty, causing validati…
-
in my project I have to change the label name, to make the field "required" , we usually add * after the label name, How to do this with this package
-
I have below sample code to try to using the ngx drop down as multiple selection.
I have use case to loaded already selected value, but for using multiple selection is not happening
whe…
-
Hi,
preconditions:
- appendTo option is used to position the dropdown menu outside component
- there are a few options so that a scroll area is displayed at the select options
Then the menu i…
-
Hi i have this code for component
and in ts .
onSelectionChange(selectedValues: string[]) {
console.log('selected values:', selectedValues);
this.SelectedNodes = selectedValues;
…
-
**I'm submitting a ...** (check one with "x")
```
[ ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit suppo…
-
@fetrarij
**Versions**
* Angular version: 13
* component version: 5.0.2
**Describe the bug**
On selection of the min and max values possible from the dropdown i.e. the year 2028 or 1973, it th…
-
Reproduction:
1. Set the focus to a dropdown.
2. Use Tab or Arrow Down to focus on the first option.
3. Now use the Tab key to focus on the second option.
BUG: 1: Now try to select the first opt…