Skip to content

0.1.4 — Select validation fix

Choose a tag to compare

@github-actions github-actions released this 20 Jul 17:36
· 424 commits to main since this release

Fixed

  • add_validation_rule works on Select fields again. In 0.1.3, calling form.field(key).add_validation_rule(...) on a select editor — or the same method on a standalone bs.Select — raised AttributeError: 'Select' object has no attribute 'add_validation_rule'. This was a regression from the 0.1.3 form rework: field() now returns the public editor widget, and bs.Select was the one editor missing the method. It is restored with the same signature as the other field widgets, so custom rules with a message= and trigger=
    work as they did in 0.1.2. (#356, #357)

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.1.4