You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Import "IonInput" required at "modal-example.component.ts" file, but missing, angular can't receive NG_VALUE_ACCESSOR
Expected Behavior
Expected that form will working, but actually receive "ERROR RuntimeError: NG01203: No value accessor for form control unspecified name attribute. Find more at https://angular.dev/errors/NG01203" error
Steps to Reproduce
ionic start
select no
angular
test
blank
standalone
copy all files from controller modals example
add new route to app.routes.ts
{
path: 'example',
loadComponent: () => import('./example/example.component').then((m) => m.ExampleComponent),
},
open app and navigate to "/example"
open console
press "open" button
Screenshots
No response
Operating System
No response
Browser
No response
Version
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Describe the Bug
Import "IonInput" required at "modal-example.component.ts" file, but missing, angular can't receive NG_VALUE_ACCESSOR
Expected Behavior
Expected that form will working, but actually receive "ERROR RuntimeError: NG01203: No value accessor for form control unspecified name attribute. Find more at https://angular.dev/errors/NG01203" error
Steps to Reproduce
{
path: 'example',
loadComponent: () => import('./example/example.component').then((m) => m.ExampleComponent),
},
Screenshots
No response
Operating System
No response
Browser
No response
Version
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: