Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Controller Modals example with bug #4014

Open
slava-iv opened this issue Feb 21, 2025 · 0 comments
Open

doc: Controller Modals example with bug #4014

slava-iv opened this issue Feb 21, 2025 · 0 comments
Labels
triage New issues

Comments

@slava-iv
Copy link

slava-iv commented Feb 21, 2025

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

  1. ionic start
  2. select no
  3. angular
  4. test
  5. blank
  6. standalone
  7. copy all files from controller modals example
  8. add new route to app.routes.ts
    {
    path: 'example',
    loadComponent: () => import('./example/example.component').then((m) => m.ExampleComponent),
    },
  9. open app and navigate to "/example"
  10. open console
  11. press "open" button

Screenshots

No response

Operating System

No response

Browser

No response

Version

No response

Additional Information

No response

@slava-iv slava-iv added the triage New issues label Feb 21, 2025
@slava-iv slava-iv changed the title bug: Controller Modals example with bug doc: Controller Modals example with bug Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage New issues
Projects
None yet
Development

No branches or pull requests

1 participant