mdbootstrap / bootstrap-templates

A collection of free Bootstrap 5 templates.
https://mdbootstrap.com/freebies/
3.07k stars 1.01k forks source link

Initialize input with placeholder size #662

Closed inesgomas closed 4 years ago

inesgomas commented 5 years ago

Following the code done when reseting input size (keydown and keypress events): This is for an input with placeholder to not get the text cut when initialized (before any of those events to that input is triggered)

To fix this cut: image