Description
Used Regex (/^.{6,}$/) to throw error on entering less than 6 chars for text input in Input Widget.
Actual:- Throws error for all conditions.
Expected:- Error should be hidden for text with 6 or more chars.

Important Details
- Version: Cloud
- OS: MacOs 10.14.6
- Browser: Firefox 80.0.1 (64-bit).
Description
Used Regex
(/^.{6,}$/)to throw error on entering less than 6 chars for text input in Input Widget.Actual:- Throws error for all conditions.
Expected:- Error should be hidden for text with 6 or more chars.
Important Details