Topic: Issues with Input fields
simon1.hampton
pro
asked 7 years ago
Hi, I have a couple of issue with my PRO purchase.
1) The zone where you have to click to focus an input field is rather small - I often find myself clicking around to get it to focus. Can it be made bigger
2) When I prefill the value of a field, the label remains in its low position and thus covers the text.
I'm using this with Elm (i.e. virtual DOM), so (especially for 2) there may be a javascript call that is not firing on time. If so, it would be great to know what, so I can force that.
Add comment
Michal Szymanski
staff
answered 7 years ago
Hi,
1. You can change it easily by editing the height of appropriate element:
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search-md] {
height: 4rem;
}
2. Does it work with pure MDB, without Elm?
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Specification of the issue
- User: Pro
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No