Abdellatif Ait boudad

Results 10 issues of Abdellatif Ait boudad

I get the following message after updating with hmr: ```console Cannot find element associated with node 0 0 0 ```

enhancement
investigation
parked

We've introduced a new subpackage to simplify testing Formly forms: - For testing form you should use `createComponent` ([formly.form.spec.ts](https://github.com/ngx-formly/ngx-formly/blob/main/src/core/src/lib/components/formly.form.spec.ts)) ```ts import { createComponent } from '@ngx-formly/core/testing'; ... ``` - For...

enhancement
help wanted

![Selection_071](https://user-images.githubusercontent.com/1753742/145065149-0e89e7f2-afa6-402e-8758-1e6a1690f20f.png)

enhancement

**Describe the bug** passing undefined to text components (`kendo-textbox`, `kendo-textarea`) show `undefined` in the input instead of empty value **To Reproduce** ``` ``` **Screenshots** ![image](https://user-images.githubusercontent.com/1753742/157435251-6912c743-10f2-4489-b233-ed21275b6093.png) **Browser** - OS: Linux -...

Question
pkg:inputs
Team2

Add a checkbox in State Visualizer to enable/disable trace. ```ts import {trace} from 'ui-router-ng2'; trace.enable(); ```

enhancement
help wanted

Something like: ![sf-toolbar](https://cloud.githubusercontent.com/assets/1753742/22403829/fd7f4b08-e61a-11e6-93fe-5f0b30e7c569.gif)

enhancement
help wanted

* Abstract state When I click on on an abstract state I get the following error ```ts Error: Cannot transition to abstract state '' ``` I think it should be...

enhancement
help wanted

This can take advantage of having the visualizer in a separate window. Thank you in advance for the great work!

enhancement
help wanted

#### Reproduction https://stackblitz.com/edit/angular-5x8mff Steps to reproduce: 1. set `cdkTextareaAutosize` to false #### Expected Behavior When passing a false value to `cdkTextareaAutosize` I would expect to be rendered as a simple...

P3
has pr
area: material/input

see atom/atom/issues/5039

bug
wip