cancel
Showing results for 
Search instead for 
Did you mean: 

InputField onEneter event

david_fryda2
Participant
0 Kudos

Hi everyone,

Simple question : How do I get the value that the user wrote in an InputField after he press the Enter key ?

Thanks,

Regards.

Accepted Solutions (1)

Accepted Solutions (1)

former_member182374
Active Contributor
0 Kudos

Hi David,

the value property of the input field is bind to a context.

In the input field's action implementation you can get this value from the context...

Omri

david_fryda2
Participant
0 Kudos

Hi Ormi,

This is what I've done : I create a node and an attribute.

Now I created the attribut under the root context and not under a node of mine, and it works.

Thanks.

Former Member
0 Kudos

A node is not sufficient, you need a node <b>element</b>. The standard cardinality of a node is 0:N meaning the node is initially empty.

Armin

david_fryda2
Participant
0 Kudos

Thanks Armin!

Answers (0)