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

There is not text-input-ios-highlight-color family of variables #6449

Closed
juliocbcotta opened this issue May 5, 2016 · 4 comments
Closed
Assignees
Milestone

Comments

@juliocbcotta
Copy link

Short description of the problem:

There is no way to change the color of a input cursor in iOS.

What behavior are you expecting?

Since there is a
$text-input-md-highlight-color
and
$text-input-md-highlight-color

I would spect to see a
$text-input-ios-highlight-color
variable that controls the high light color of inputs.
Also there is not
$text-input-ios-hightlight-color-invalid
$text-input-ios-hightlight-color-valid
Which Ionic Version? 2.x

@jgw96 jgw96 added the v2 label May 9, 2016
@brandyscarney brandyscarney self-assigned this May 13, 2016
@brandyscarney brandyscarney added this to the 2.0.0-beta.11 milestone Jul 15, 2016
@brandyscarney
Copy link
Member

Thanks for the issue! This has been added and will be in the beta 11 release. By default showing the highlight on ios will be set to false, but changing the following variables will enable it:

$text-input-ios-show-focus-highlight:      false !default;
$text-input-ios-show-valid-highlight:      $text-input-ios-show-focus-highlight !default;
$text-input-ios-show-invalid-highlight:    $text-input-ios-show-focus-highlight !default;

If you set $text-input-ios-show-focus-highlight to true the others will be enabled, as well.

@arthurflor23
Copy link

It still doesn't work here.
Do I have to do anything else?

@Van-Dame
Copy link

Any update on this?

@ionitron-bot
Copy link

ionitron-bot bot commented Sep 2, 2018

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants