- I have an input field with content format ‘integer’
- “This input should not be empty” is checked
- A condition for “this input isn’t valid” is set to display red borders
- When data is entered into this input, it incorrectly evaluates to “Not valid”
- Any of the other content formats dealing with numbers results in the same error validation: Decimal, Text (numbers only), Currency
- Initial content is treated as valid
- If I change to content format ‘text’ it works as expected.
1 Like
This topic was automatically closed after 14 days. New replies are no longer allowed.