1. How to get input value from CuiInputFieldComponent?
     
  2. I don't think there is "direct" way of getting it. When you create the input field you can specify the command, when a user presses enter with text in the field it runs that command with the text as an argument. I think it also sends the command when the user clicks out of the field.
     
  3. Great. Thank you