Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

v0.2.4

Compare
Choose a tag to compare
@yarbshk yarbshk released this 29 Jul 20:15
· 112 commits to master since this release

Features:

  • Can show success validation messages when expression is OK.
  • Checkbox and Switch form components henceforth are able to show own model value when label doesn't set.

Improvements:

  • The Autocomplete component is able to filter through objects.
  • Create the SelectricFieldMixin to avoid redundant code fragments in form components.
  • Optimize the algorithm of properties confluence of the FieldWrapper component.
  • Improve code of the getErrorMessage() method.
  • Successfully pass tests in the Google Chrome browser.

Bug Fixes:

  • Edit the wrapElement() method to wrap children elements of Select and Checkbox form components correctly.
  • Display a placeholder for the Select form component.