Topic: very sad with your product

jcasanovas73 pro asked 5 years ago


I have acquired big bundle for 400 and many euros and it is a lack of respect towards clients what you do. I have a problem with the labels on the forms Specifically, this error https://mdbootstrap.com/support/general/input-label-does-not-move-up-when-value-or-placeholder-is-speciied/ I have fixed several bugs that I have been finding in your code, but not anymore. This bug doesnt deserve the price we pay for this product. My version is MDBootstrap PRO 4.5.11 Version Jquery. This example is with a multiselect input. But it happens with all the inputs. The code is: <select class="mdb-select colorful-select dropdown-primary" multiple> <option value="" disabled selected>Choose your country</option> <option value="1">USA</option> <option value="2">Germany</option> <option value="3">France</option> <option value="3">Poland</option> <option value="3">Japan</option> </select> <label>Label example</label> <button class="btn-save btn btn-primary btn-sm">Save</button> </div>        

Jakub Strebeyko staff answered 5 years ago


Hi, Well, in case of password input, it is necessary to specify the input "type" attribute, otherwise some of the styling may not be applied. It seems to be the snippet's case, where quotation for the attribute value is started and then never ceased, please fill it in with "password". You can find working snippets here. In case of mutliselects, I tried the snippet on both MDB 4.5.10 and 4.5.12 it works as expected. Are you having other multiselects in your page there? It seems there is a strange  label-related behavior taking place if there is one under another - if that's the case, rest assured it has been filed as a bug, and shall be assessed by the developer team. With Best Regards, Kuba

jcasanovas73 pro answered 5 years ago


Hello, Here are both codes: <div class="md-form mb-0"> <i class="fa fa-lock prefix white-text"></i> <input id="password" type=" class="form-control" name="password" <label for="password" >Contraseña</label> </div>   and   <select class="mdb-select md-form colorful-select dropdown-primary" multiple searchable="Search here.."> <option value="" disabled selected>Choose your country</option> <option value="1">USA</option> <option value="2">Germany</option> <option value="3">France</option> <option value="4">Poland</option> <option value="5">Japan</option> </select> <label>Label example</label> <button class="btn-save btn btn-primary btn-sm">Save</button> As you can see I am following the documentation correctly. In multiselect case, label doesnt appear. And in input text, labels are overlapped when in input is prefilled. Please I would like you to tell me how can I avoid INPUT TEXT OVERLAPPING, and LABELS TO BE APPEARED in MULTISELECT. PLEASE, BOTH THINGS. MI CODE IS CORRECT. Thanks      

Jakub Strebeyko staff answered 5 years ago


Hi there, There are labels for select input. Make sure the select input has .md-form class, while there is only one label element sharing the parent. Best, Kuba

jcasanovas73 pro answered 5 years ago


Hello, thanks for your answer. As I see, labels dont appear either in Select or Multiselect Also when Text Inputs are with prefilled data,  labels appear overlapped in the input. I understand that it is a problem that you must solve immediately in order to sell this 400 euros bundle or any other of your products I include this URL again where this problem is brought by other MDB users in the forum. https://mdbootstrap.com/support/general/input-label-does-not-move-up-when-value-or-placeholder-is-speciied/ Please we need a solution as soon as possible Thank you very much  

Jakub Strebeyko staff answered 5 years ago


Hi there, Sorry to hear about your dissatisfaction. As per the the docs, select needs .md-form class to render label correctly, please add it and see whether it helps. Best, Kuba

Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Pro
  • Premium support: No
  • Technology: MDB jQuery
  • MDB Version: 4.5.10
  • Device: PC
  • Browser: Chrome
  • OS: Windows10
  • Provided sample code: No
  • Provided link: Yes