You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my application using tview, I've created a login form with input fields for email, password, an optional code, and a checkbox. I am trying to set the background and text colors for these elements, but they don't seem to change, even though the code is correctly detecting the form items.
Extra Note: If I use lf.SetFieldBackgroundColor(...) and lf.SetFieldTextColor(...) it works, but it changes everything.
Code Snippet
Here's a snippet of the relevant part of the code:
Input fields for Email, Password, and Code should change to a black background with white text.
Checkbox should change to a black background with red text.
Actual Behavior
The form items exist and are detected (verified via logs), but the colors remain unchanged.
The text was updated successfully, but these errors were encountered:
Description
In my application using tview, I've created a login form with input fields for email, password, an optional code, and a checkbox. I am trying to set the background and text colors for these elements, but they don't seem to change, even though the code is correctly detecting the form items.
Code Snippet
Here's a snippet of the relevant part of the code:
Expected Behavior
Checkbox should change to a black background with red text.
Actual Behavior
The text was updated successfully, but these errors were encountered: