Topic: Text input suffix
Mikołaj Smoleński staff answered 7 years ago
Whoever_53f094c5-67cf-42fb-9eca-367a5df7e9b6 answered 4 years ago
Closed
This topic is closed.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Closed
- User: Pro
- Premium support: No
- Technology: MDB jQuery
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: Yes
itcs pro commented 7 years ago
A little workaround - html: <div class="md-form class1"> <span class="class2">%</span> <input type="text" id="a1" class="form-control" value=" "> <label for="a1">label</label> </div> css: .class1 span.class2 { color: initial; position: absolute; right: 0; top: 16px; font-size: 16px; } Hope this works