Text Field as Filter

Another Useful Little snippet For Interactor
				
					var searchValue = $('#form-field-search').val();
if(searchValue){
    $('.elementor-field-option:not([data-term-name*="'+searchValue+'" i])').hide();
}else{
    $('.elementor-field-option').show();
}
				
			
Play Video
THIS FEATURE IS PART OF :
Interactor Title
Shadow
Gloo Hero 4

Got A Question ?

We Are Here to Help
Shadow