skip to Main Content

laravel input paleholder does not show

I am using a form both for editing & creating, and have the below input: <div class="input-group col-sm-6 ml-sm-n2"> <div class="input-group-append"> <div class="input-group-text border-right-0 rounded-left" style="border-color:#006600;"> <span class="text-darkgreen fas fa-address-card"></span> </div> </div> <input type="text" style="border-color:#006600;" class="form-control @error('firstname') is-invalid @enderror" id="firstname"…

VIEW QUESTION

CSS for input placeholder height

I have a simple embedded form, visible here. The typeface I am using sits unusually high on the baseline, and as a result the placeholder text (but not the user input) disappears beyond the edges of its container — tall…

VIEW QUESTION
Back To Top
Search