Topic: Set value to Input programatically

vjmartinez89 free asked 4 years ago


Expected behavior

I expect after set a value by javascript (jQuery) the text input fire its label animation.

Actual behavior

After I set the value by javascript (jQuery) the label keep its position and does not fire the expected animation.

Resources (screenshots, code snippets etc.)

Code example:

Javascript:

 $( "#user" ).val("prueba");

HTML:

<div class="md-form mb-2">
    <i class="fas fa-user prefix"></i>
    <input type="text" id="user" class="form-control" >
    <label for="user" class="">Email / Alias</label>
</div>

Expected behavior:

Expected behavior

Actual behavior:

Actual behavior


Grzegorz Bujański staff answered 4 years ago


You should add 'active' class to your label. Try this:

$("label[for='user']").addClass('active')

Best regards.



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: Free
  • Premium support: No
  • Technology: MDB jQuery
  • MDB Version: 4.8.9
  • Device: PC
  • Browser: Google Chrome
  • OS: Windows 10
  • Provided sample code: No
  • Provided link: No