Skip to content

v0.27.0

Compare
Choose a tag to compare
@kyoshino kyoshino released this 13 May 09:47
· 609 commits to main since this release
4e1e473
  • The String and Text widgets now support the minlength and maxlength options, which allow developers to specify the minimum and maximum number of characters required for input without having to write a custom regular expression with the pattern option. A character counter is available when one of the options is given, and a user-friendly validation error is displayed if the condition is not met. This solves #141.
  • Bug fixes and improvements.

Full Changelog: v0.26.6...v0.27.0