Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Restore repeatable limits functionality #97

Merged
merged 1 commit into from
Apr 22, 2019
Merged

🐛 Restore repeatable limits functionality #97

merged 1 commit into from
Apr 22, 2019

Commits on Apr 22, 2019

  1. 🐛 Restore repeatable limits functionality

    After upgrading from CMB2 2.2.1 => 2.6.0, repeatable row limits stopped working.
    
    This is because a classname `button` has been removed, which meant the logic was never firing for disableAdder and enableAdder .
    
    Removing the `.button` qualifying classname restores the repeatable functionality and row limits now work as expected.
    toddmilliken committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    298c5b7 View commit details
    Browse the repository at this point in the history