Skip to content

0.12.2

Compare
Choose a tag to compare
@m-vdb m-vdb released this 28 Apr 07:58
· 1815 commits to main since this release
671c08c

Added

  • add optional [validate_{slot}]{.title-ref} methods to [FormAction]{.title-ref}
  • forms can now be deactivated during the validation function by returning
    [self.deactivate()]{.title-ref}
  • Function to get latest input channel from the tracker with
    tracker.get_latest_input_channel()

Changed

  • self._deactivate() method from the FormAction class has been
    renamed to self.deactivate()