Re: textfield and form

2017-06-23 Thread Ralf Schuchardt
This is expected HTML behaviour. You may find here    https://stackoverflow.com/questions/585396/how-to-prevent-enter-keypress-to-submit-a-web-form some suggestions on how to prevent this. --  Ralf Schuchardt Am 23. Juni 2017 um 08:34:37, GILQUIN Pierre (pgilq...@citycable.ch) schrieb: Hi,  L

textfield and form

2017-06-22 Thread GILQUIN Pierre
Hi, Let's say you have a textfield and a submitbutton in a form. If the user hits Return from the texfield, the form is sent as if the button were pressed. is that the standard html behavior ? It can be nice in some circonstance but not always. How to prevent this behavior ? Thanks in adva