Video:
https://youtu.be/g0Rzrn357b4
My input:
<input ng-model="model" pu-elastic-input maxlength="8"></input>
It's set to have min-width: 50px which is just enough to fit 2 characters. I've tried to set some big max-width but it's no use.
Browser: newest Chrome.
Any clues what can cause behaviour like this? On all other inputs everything works fine.
Video:
https://youtu.be/g0Rzrn357b4
My input:
<input ng-model="model" pu-elastic-input maxlength="8"></input>It's set to have
min-width: 50pxwhich is just enough to fit 2 characters. I've tried to set some bigmax-widthbut it's no use.Browser: newest Chrome.
Any clues what can cause behaviour like this? On all other inputs everything works fine.