ng-matero / extensions

Angular Material Extensions Library.
https://ng-matero.github.io/extensions/
MIT License
393 stars 48 forks source link

Grid Button need to add button type #210

Closed jigar2284 closed 1 year ago

jigar2284 commented 1 year ago

Grid button need to add in button type like "Submit", "Button" etc., because, if record exists in grid and you press enter/return key in any control it will fire edit button click event. why this happed because default button type is "submit". so, it must be required to set button type to "button" in grid. this will happened when grid inside form

nzbin commented 1 year ago

15.4.1 has fixed this issue.