Title: Feature request
Last modified: June 17, 2022

---

# Feature request

 *  Resolved [alijens](https://wordpress.org/support/users/alijens/)
 * (@alijens)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/feature-request-930/)
 * I would like to have a tabindex on the input boxes on the delivery list where
   the users select the amount of shipped items. It would also be nice if the first
   input box could have focus when the list opens, can be done if you set incremental
   tabindex and then select the first one. Both of these suggestions will make the
   list easier to work with. Most times my users will use the check all checkbox
   and then insert values in the input boxes and hence being able to tab between
   inputs is better than having to tab twice because there are checkboxes to.
 * I have added
 *     ```
       for(var i=0;i<data.products.length;i++){
                               let j = i+1;
                               html+='<tr class="alternate">\
                           <td class="txt-ltr">'+data.products[i].name+'</td>\
                           <td class="txt-ctr">'+data.products[i].qty+'</td>\
                           <td class="txt-ctr"><input data-item-id="'+data.products[i].id+'" data-order-id="'+data.products[i].order_id+'" class="wxp-order-item-shipped" type="number" min="0" max="'+data.products[i].qty+'" step="1" value="'+data.products[i].shipped+'" tabindex="'+j+'"></td>\
                           </tr>';
                           }
       ```
   
 * to the admin-scripts.js file to add the tabindex. Not sure on how to add focus
   in a fancybox, but maybe you can figure that out.

Viewing 1 replies (of 1 total)

 *  Plugin Author [Vikram S.](https://wordpress.org/support/users/jodhavishalsingh/)
 * (@jodhavishalsingh)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/feature-request-930/#post-15777876)
 * Hi [@alijens](https://wordpress.org/support/users/alijens/) , we will try to 
   update this in upcoming version.
 * Thanks

Viewing 1 replies (of 1 total)

The topic ‘Feature request’ is closed to new replies.

 * ![](https://ps.w.org/wc-partial-shipment/assets/icon-256x256.png?rev=3365045)
 * [Partial Shipment for Woocommerce](https://wordpress.org/plugins/wc-partial-shipment/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wc-partial-shipment/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wc-partial-shipment/)
 * [Active Topics](https://wordpress.org/support/plugin/wc-partial-shipment/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wc-partial-shipment/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wc-partial-shipment/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Vikram S.](https://wordpress.org/support/users/jodhavishalsingh/)
 * Last activity: [3 years, 11 months ago](https://wordpress.org/support/topic/feature-request-930/#post-15777876)
 * Status: resolved