• Resolved manjeet1

    (@manjeet1)


    Hi,
    If the number or digits field is selected then up/down arrows don’t work properly in the chrome browser.
    The down arrow decreases the number but the up arrow also decreases the number instead of increasing it.

    Could you please fix this?
    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @manjeet1

    The Up/Down arrows are not included or managed by our plugin. These arrows are displayed by browsers into the input tags with type="number" by default. However, you can hide them with CSS by entering the style definition below into the “Customize Form Design” attribute in the “Form Settings” tab (https://cff.dwbooster.com/images/documentation/form-settings-tab.png):

    input[type='number'] {-moz-appearance:textfield;}
    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none;margin: 0;}

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Up/down arrows doesn’t work for number or digits field in chrome’ is closed to new replies.