Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Value (text) in disabled TextField is white (not readable) #205

Open
5 tasks done
susox opened this issue Nov 21, 2019 · 0 comments
Open
5 tasks done

Value (text) in disabled TextField is white (not readable) #205

susox opened this issue Nov 21, 2019 · 0 comments
Labels
bug Something isn't working component New component proposal design UX/UI discussion or proposal enhancement New feature or request

Comments

@susox
Copy link
Contributor

susox commented Nov 21, 2019

Bug Report

Prerequisites

  • Can you reproduce the problem in a [MWE]
  • Are you running the latest version?
  • Did you check the FAQs to see if that helps you?
  • Are you reporting to the correct repository?
  • Did you perform a search in the issues?

For more information, see the CONTRIBUTING guide.

Versions

0.8.1

Description

In Safari, when a TextField is disabled and contains some value the text is white and unreadable.

Steps to Reproduce

  1. Create a TextField (with disabled property)
  2. Assign a value

Expected behavior: when a TextField is disabled the text is still grey (readable) like the disabled example here.

Actual behavior: when the TextField is disabled the text is white (not readable).

Environment details: macOS, iOS, Safari

Possible Solution

add some CSS for Safari only 😉

@susox susox changed the title Value (text) in disabled TextField is white (not readable) and Label is missing Value (text) in disabled TextField is white (not readable) Nov 21, 2019
@susox susox added bug Something isn't working component New component proposal design UX/UI discussion or proposal enhancement New feature or request labels Nov 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working component New component proposal design UX/UI discussion or proposal enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant