evleite

Floating labels for inputs fields not […]

evleite PURCHASED
7 years ago
Floating labels for inputs fields not triggering on auto-fill.

I have a service which is used to bring the address based on zip code and auto-fill the corresponding fields, but as I said the float label is not being trigged.

How can I fix that ?

I have tried:

$(document).ready(function() {
$.material.options.autofill = true;
$.material.init();
});

but seems you guys did not used the material scripts, is that right?