How to define a sequence input fields?

we don’t think It should consume CPU resources. And here is an updated code for skipping buttons and icons

> <script type="text/javascript">  
>  $(function() {
>     var tabFix = function(){
>       // Handler for .ready() called.
>       $(".tt-input, .Input, select").each(function (i) { 
>         $(this).attr('tabindex', "");       
>  });
>     }
>     
>     var tabRemove = function(){
>       $(".fa, .tt-hint,  .Button”).each(function(i) {
>         $(this).attr("tabindex", -1);
>         });
>     }
>                                             
>     
>       
>       
>     setTimeout(tabFix, 1000);
>     setTimeout(tabRemove, 1000); 
>     
>     var tabFixInterval = setInterval(tabFix, 200);
>    var tabFixInterval2 = setInterval(tabRemove, 200);
>                                     
>                                           
>   });
>   
>   
> </script>

 

Levon Terteryan
Founder@Bubblewits - #1 No-code Developer & Bubble Certified Partner
  Bubblewits.com - Get in Touch!
  Zeroqode.com - Buy Great Bubble Templates
  Builtwithoutcode.com - Bubble Apps collection