On press enter after writing in input box field, value not getting submitted in angular 8.
Is change event work for that.
CodePudding user response:
Trying in angular html. Value should get submit after event.
CodePudding user response:
You can use (keyup.enter)
for that.