Hi Rohit,

Thanks for your response ,
<button mat-raised-button color="primary" type="submit" (click)=
"addNewPerson(personData.value)" [disabled]="!form.valid">Save</button>
this is my submit  button, here my submit button will enable after my form
completely filled with validation check.

after filling the form when ever I click save button it should display
message like"YOUR DATA SAVED SUCCESSFULLY",minimum 10 seconds.

Thanks&Regards,
Padmavathi.


On Thu, Apr 26, 2018 at 11:56 AM, <[email protected]> wrote:

>
> I am using this (md-enable-chip-edit and md-add-on-blur) attribute in
> md-chips tag code, but not working properly. How can chips add to md-chips
> automatically when user type phrases and leave edit box without pressing
> *ENTER* button and how to make chips editable ?
>
> angularjs version - 1.5.11
>
> Code sample:
>
> <form>
>    <md-chips placeholder="Press ENTER to add more phrases" ng-
>     model="ai.questions" md-removable="true" md-enable-chip-
>     edit="true" md-add-on-blur="true" md-create-chip-onblur="true"
>     md-no-cache="true"  tabindex="-1" style="">
>    </md-chips></form>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Angular and AngularJS discussion" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/angular.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to