• Resolved jpagano

    (@jpagano)


    Increasing is not working in v1.7 without any tested plugin installed.
    For default, the number input is:
    <input type="number" step="1" min="1" max name="quantity" value="1" title="Quant." class="input-text qty text" size="4" pattern="[0-9]*" inputmode="numeric">

    And the validation introduced in v1.7 is checking the attribute ‘max’ which is empty.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Niels Lange

    (@nielslange)

    Hello @jpagano,

    Thanks for reporting this issue and sorry for the inconvenience. I’ll deploy a fix within the next hours.

    Plugin Author Niels Lange

    (@nielslange)

    Hello @jpagano,

    I just deployed a fix for this issue. The issue occurred when the max variable hasn’t been defined and by default, this variable isn’t defined. Again, sorry for the inconvenience and please let me know if the plugin works as expected now. ??

    • This reply was modified 5 years, 5 months ago by Niels Lange.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Increasing is not working in v1.7 without any tested plugin installed’ is closed to new replies.