Topic: labels mdb-select move when refresh page
webdesigna
pro premium asked 2 years ago
I am using labels in the mdb-select. Some way that the mdb-select labels do not refresh when updating the page, when I refresh the page they move ... but only the labels
My code...
<div class="col-md-6 md-form"> <select name="label" class="mdb-select"> <option value="" disabled selected>selecciona...</option> <option value="mdb" data-icon="https://mdbootstrap.com/img/Photos/Avatars/img%20(21).jpg" class="rounded-circle">mdb1</option><option value="mdb">mdb2</option> <option value="mdb">mdb3</option><option value="mdb">mdb</option> </select> <label class="mt-n1" data-error="error" data-success="">my-label</label> </div>
Piotr Obrebski
staff answered 2 years ago
Hi webdesigna,
I fixed your code and presented it in the snippet.
If you need additional help I am here for you.
Best Regards, Piotr
Answered
- User: Pro
- Premium support: Yes
- Technology: jQuery
- MDB Version: 4.8.8
- Device: pc
- Browser: chrome
- OS: macOs Mojave
- Provided sample code: No
- Provided link: No