Replies: 2 comments
-
Thank you for bringing this to our attention (and providing the fix)! We will be sure to include this change in the next release. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The fix for this has just been published in Nova v2.1.1! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When entering text into a
TextField
that consists of only whitespace, the placeholder text is not hidden from view. This doesn't follow expected standard behavior for input placeholders and also breaks password input fields where asterisks appear over the top of the placeholder text.In
Assets\Nova\Sample\UIControls\Scripts\Controls\Components\TextField.cs
:should be changed to
Beta Was this translation helpful? Give feedback.
All reactions