PromucFlow_constructor/app/client/cypress/support
balajisoundar e67474a4f3
fix: Input, Phone and Currency input widgets valid property validations (#10966)
- When the user removes an expression from the validation property of
  input widget, its value becomes `""`. And in boolean validation
  function we treat this empty string as false. so Input widget
  ends up with isValid false and we show an error border around the
  Input. so we are setting a default value true, so when there is
  no expression it evaluates to true.
2022-02-10 17:06:18 +05:30
..
Objects feat: Input, Phone no., Currency input widget (#10259) 2022-01-18 13:22:24 +05:30
Pages feat: Entity explorer UI redesign (#9811) 2022-01-29 12:56:19 +05:30
commands.js fix: Input, Phone and Currency input widgets valid property validations (#10966) 2022-02-10 17:06:18 +05:30
index.js fix: Add meta to eval cycle and update it when default changes (#10401) 2022-01-28 16:40:05 +05:30