Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
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!