zefoy/ngx-color-picker

Preventing form submits after pressing enter key in inputs

Opened this issue · 1 comments

We are currently using the color picker inside a form.

Is there a way to override the default behavior of submitting the form when pressing the 'Enter' key while editing an input field inside the color picker?

image

I am willing to contribute. It seems that adding a event.preventDefault() in the code is a sufficient solution.