Ionic-framework: feat(generic): placeholder-font-size

Created on 1 Aug 2020  路  3Comments  路  Source: ionic-team/ionic-framework

Feature Request

Ionic version:


[x] 4.x

Describe the Feature Request

::placeholder style is not getting applied
https://codepen.io/indraraj26/pen/VweoQqe

Describe Preferred Solution

expose placeholder-font-size

Describe Alternatives

Related Code

Additional Context

triage

Most helpful comment

Thanks for the issue. I am going to close this as this is not a bug in Ionic Framework. You need to target the inner input for this to work:

.test input::placeholder {
  font-size: 5px;
}

All 3 comments

Thanks for the issue. I am going to close this as this is not a bug in Ionic Framework. You need to target the inner input for this to work:

.test input::placeholder {
  font-size: 5px;
}

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.

Was this page helpful?
0 / 5 - 0 ratings