Skip to main content
December 3, 2021
Question

Newline character in text field on interface

  • December 3, 2021
  • 2 replies
  • 0 views

Hi there,

can "Newline" (Enter Key) character be accepted in "Text" field on the interface? and can be checked if "Newline" (Enter key) character being input (Enter key pressed)?

what I am trying to do is that finding the user finishing inputting the data, while dont want to move the focus (the text field is set as "Keypress" for "Refresh After").

regards,

Lin

2 replies

mikes0011
Brainy
December 3, 2021

As I think I mentioned yesterday, pressing "enter" while focused on a Text Field will cause the "refreshAfter" behavior to execute (aka the "saveInto" is executed) as if it's been unfocused (though the focus remains).

The Expression Guru
linp0001Author
December 3, 2021

ok, got it. thank you very much for the help.