Elementa icon indicating copy to clipboard operation
Elementa copied to clipboard

Cannot set cursorColor for UITextInput

Open Aaur1s opened this issue 2 years ago • 0 comments

Describe the bug UITextInput constructor accepts cursorColor field, but always constructs superclass with Color.WHITE

To Reproduce Steps to reproduce the behavior:

  1. Create UITextInput component with custom cursorColor.
  2. See it always WHITE in game.

Expected behavior UITextInput with cursor colored by color from cursorColor field.

Additional context Just one line fix here.

Aaur1s avatar Dec 05 '23 14:12 Aaur1s