v0.27.0
- The String and Text widgets now support the
minlength
andmaxlength
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 thepattern
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