Click here to Skip to main content
16,020,673 members

Comments by tninis (Top 25 by date)

tninis 17-Jan-20 5:38am View    
$('#LId3').change(function() {
$("#GFG :input").prop("disabled", false);
});
tninis 17-Jan-20 5:26am View    
just tested with select2 and the code i send you is enabling the inputs, check the console if there is an error
tninis 17-Jan-20 5:09am View    
you mean like select2 control ?
upload the image somewhere and send the link
tninis 17-Jan-20 5:07am View    
what do you mean by searchable dropdown ?
tninis 17-Jan-20 5:02am View    
just tested on codepen, and when i am selection an option the inputes get enabled, show me what you did.