Hi All
So this seems really simple, and I think I have forgotten how, or it wasn’t possible without some javascript.
But is there a way to save the text typed into text input when the user only hits the Return Key?
I know you can kind of do when the text field changes, but it also saves when you click out of the text field. What I am after is a way to only save the text to the database if the user hits the Return key (Enter)?