Skip to content
This repository was archived by the owner on Jun 19, 2019. It is now read-only.
This repository was archived by the owner on Jun 19, 2019. It is now read-only.

UITextField Placeholder #95

Description

@tobinharris

Anyone got an example of styling a UITextField with custom colours for placeholder and input text.

image

Is achieved by this, but after editing the green text style reverts to that of the placeholder.

MyView {
  ^UILabel{
    font: $default-font 18
    text-color: #222222
  }
  UITextField{
    font: $default-font 20
    text-color: #67AB1C

    UIFieldEditor{
        UITexiFieldLabel{
        text-color: #CCCCCC
    }
      }
      UILabel{
        text-color: #67AB1C
      }

  }
} 

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions