UnityRenderStreaming icon indicating copy to clipboard operation
UnityRenderStreaming copied to clipboard

[BUG]: keyboard input 'enter' cannot trigger InputField.OnEndEdit

Open bkbits opened this issue 1 year ago • 0 comments

Package version

3.1.0-exp.7

Environment

* OS: Windows 10
* Unity version: Unity 2021.3
* Graphics API: DirectX11
* Browser: Google Chrome Version 130.0.6723.70

Steps To Reproduce

  1. Add InputField
  2. focus InputField
  3. enter string "abcd"
  4. press "Enter"

Current Behavior

InputField input "E" String

Expected Behavior

trigger InputField.OnEndEdit

Anything else?

No response

bkbits avatar Oct 28 '24 08:10 bkbits