precise-ui icon indicating copy to clipboard operation
precise-ui copied to clipboard

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

Open susox opened this issue 4 years ago • 0 comments

Bug Report

Prerequisites

  • [x] Can you reproduce the problem in a [MWE]
  • [x] Are you running the latest version?
  • [x] Did you check the FAQs to see if that helps you?
  • [x] Are you reporting to the correct repository?
  • [x] 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 avatar Nov 21 '19 10:11 susox