Skip to content

Question: Angular + Nativescript FormControlName and ReactiveForms Value not binding. #45

@pandabuilt

Description

@pandabuilt

I'm trying to bind a form control field with this keyboard however the field displays normally but doesn't bind the value. What am I doing wrong?


                  <NumericKeyboard 
                    class="text-field" 
                    hint="Form Control Field" 
                    formControlName="formControlField"
                    keyboardType="email"
                    autocorrect="false"
                    returnKeyType="next"
                    noDecimals="false"
                  >
console.log(this.form.get('formControlField').value) doesn't change

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions