chanan / BlazorStrap

Bootstrap 4 Components for Blazor Framework
https://blazorstrap.io
The Unlicense
920 stars 157 forks source link

Prevent Default/Stop Enter from Submitting #606

Closed kalshair closed 1 year ago

kalshair commented 1 year ago

Hello,

Is there a way to prevent the 'Enter' key from submitting forms when using the "BSForm" component and/or the "BSInput" component? If not, is there a possible way to add this? Perhaps an attribute on the BSForm component or the BSInput component for DefaultBehavior, PreventDefaultBehavior, or EnterSubmits?

kalshair commented 1 year ago

I figured out how to use the base HTML onkeypress event to prevent enter-keys from registering as submit behaviors.