ngx-ui icon indicating copy to clipboard operation
ngx-ui copied to clipboard

🚀 Style and Component Library for Angular

Results 84 ngx-ui issues
Sort by recently updated
recently updated
newest added
trafficstars

## Summary Replace me with a description of changes. Include screenshots where appropriate. ## Checklist - [ ] \*Added unit tests - [ ] \*Added a code reviewer - [...

* Add `autoFocus` to set an element to focus after open * Add `restoreFocus` - if should restore focus to the previously-focused element, after it's closed * use `cdkTrapFocus` -...

A11y

## Summary Replace me with a description of changes. Include screenshots where appropriate. ## Checklist - [ ] \*Added unit tests - [x] \*Added a code reviewer - [x] Added...

Currently, even when the input to dateTime component is an invalid date, the component's value is set to it. The unit tests imply that it's not the correct behavior. Discuss...

### Screenshot ![Kapture 2021-08-07 at 23 43 59](https://user-images.githubusercontent.com/19226858/128619998-a5ab48b5-107c-4deb-87f5-aca8edfcda26.gif) ### Steps to reproduce Add this snippet to the `SelectPageComponent` demo page: ```typescript // ... selectControl = new FormControl(['breach'], Validators.required); // ......

In an ngx-select with `filterable = true`, when using an ngx-select-option as a custom button this button gets filtered out and doesn't show when you type in a filter. Demo...

when using `ngx-icon` to display an icon, the element has a bit of extra height that can throw off centering: when an icon is added using the `` approach, that...

Bug

Support template defined groups in `ngx-select` similar to native `optgroup`. Example: ```html ```

Enhancement

Add a fill appearance mode, similar to the text inputs, to the dropdown selectors

Visual
Investigate

ngx-select does not property display the selected value when using an inline array with ngModel i.e. ```html ``` fix appears to be via using a property for the ngModel _and_...

Investigate