-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Closed
Labels
package: angular@ionic/angular package@ionic/angular package
Description
Bug Report
Ionic Info
Run ionic info from a terminal/cmd prompt and paste the output below.
Ionic:
ionic (Ionic CLI) : 4.0.0-rc.13 (C:\Users\##\AppData\Roaming\npm\node_modules\ionic)
Ionic Framework : @ionic/angular 4.0.0-beta.0
@angular-devkit/core : 0.7.0-rc.3
@angular-devkit/schematics : 0.7.0-rc.3
@angular/cli : 6.0.8
@ionic/ng-toolkit : 1.0.0
@ionic/schematics-angular : 1.0.0
Cordova:
cordova (Cordova CLI) : 8.0.0
Cordova Platforms : none
System:
Android SDK Tools : 25.2.5
NodeJS : v8.11.3 (C:\Program Files\nodejs\node.exe)
npm : 5.6.0
OS : Windows 10
Environment:
ANDROID_HOME : C:\Program Files (x86)\Android\android-sdk
Describe the Bug
Reactive forms not working as expected in ionic v4 beta.
When submitting the form it reloads the page instead, it should just submit the form values.
Steps to Reproduce
Steps to reproduce the behavior:
- Go to 'https://reactive-form-bug.stackblitz.io/login'
- Fill form fields / leave empty
- Click on 'submit'
- Page reloads
Related Code
StackBlitz.
Expected Behavior
Submitting the form it should just submit the form values.
Metadata
Metadata
Assignees
Labels
package: angular@ionic/angular package@ionic/angular package