Topic: MDB-Select: Placeholder
Mikołaj Smoleński staff answered 7 years ago
Hi,
You can easily change the value of the placeholder inside input attributes:
<input placeholder="Your value" type="text" id="form5" class="form-control">
You can also change it's style like this:
input[type=text]::placeholder { color: black; } .md-form label { color: black; }
Regards
Mikołaj Smoleński staff commented 7 years ago
Unfortunately there is no way to put placeholder into mdb-select. RegardsFREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No