Configurable list widget: To remove the stepper for number field in the widget

  • AWARE AK
    Asked on May 11, 2024 at 10:29 AM

    how can I remove the wheel/scroll feature for NUMBER on the configurable list? We'd like users to type in a number without the option of it scrolling through numbers.

  • Lorelie JotForm Support
    Replied on May 11, 2024 at 10:52 AM

    Hi AWARE AK,

    Thanks for reaching out to Jotform Support. You can add a CSS code below, to remove the stepper from the Configurable list widget.

    .stepper-btn-wrap {

       display: none !important;

    }

    Let me show you how to add it to the widget:

    • Under the Build tabclick on the Wand icon of the Configurable list widget to open the Settings. 
    • Under the Custom CSS tab, paste the code in the box and click the Update widget button.

    Configurable list widget: To remove the stepper for number field in the widget Image 1 Screenshot 20

    Let us know if there's anything else we can help you with.