I have a problem clean my select,
when using the following function in query
$('form input').val('');
all my inputs are cleaned except my getmdl-select
I've tried it in several ways, removing the "selected" class, cleaning the input hidden from the select and nothing
Help me :(
I have a problem clean my select, when using the following function in query $('form input').val(''); all my inputs are cleaned except my getmdl-select I've tried it in several ways, removing the "selected" class, cleaning the input hidden from the select and nothing Help me :(