Title: inner-spin-button
Last modified: July 3, 2019

---

# inner-spin-button

 *  Resolved [editpo](https://wordpress.org/support/users/editpo/)
 * (@editpo)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/inner-spin-button/)
 * How can I get the “Inner-spin-button” and “outer-spin-button” to show on a number
   field all the time ie without hovering over the field?
    I can get it to disappear
   using the css in the FAQ but not to show all the time.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Finner-spin-button%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/inner-spin-button/#post-11696231)
 * Hello [@editpo](https://wordpress.org/support/users/editpo/)
 * I’m sorry, but this behavior is not defined by the plugin, the spinners are included
   and managed by the browsers, however, you can force to display them, entering
   the following style definition into the “Customize Form Design” attribute in 
   the “Form Settings” tab ([https://cff.dwbooster.com/images/documentation/form-settings-tab.png](https://cff.dwbooster.com/images/documentation/form-settings-tab.png)):
 *     ```
       input[type=number]::-webkit-inner-spin-button, 
       input[type=number]::-webkit-outer-spin-button {  
          opacity: 1;
       }
       ```
   
 * Best regards.
 *  Thread Starter [editpo](https://wordpress.org/support/users/editpo/)
 * (@editpo)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/inner-spin-button/#post-11696248)
 * Excellent, works well. Thanks very much.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘inner-spin-button’ is closed to new replies.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

## Tags

 * [number field](https://wordpress.org/support/topic-tag/number-field/)

 * 2 replies
 * 2 participants
 * Last reply from: [editpo](https://wordpress.org/support/users/editpo/)
 * Last activity: [6 years, 11 months ago](https://wordpress.org/support/topic/inner-spin-button/#post-11696248)
 * Status: resolved