how change input font color
-
how can i change input font color?if I set style ,just set in outer ons intput, not affect inner raw input elemnet .
if ons.input is used in a modal, is balck font color can’t seeing.
-
CSS
#CompanyID {
color:blue;
}<ons-input modifier="material" input-id="CompanyID" placeholder="Company ID" type="text"></ons-input>
You must use the input-id attribute.
CodePen: https://codepen.io/jamalassaf/pen/gdxJPo
Jamal
-
This post is deleted!