[SOLVED] Validation does not check the box in each case

I have…

  • Checked the logs and have uploaded a log file and provided a link because I found something suspicious there. Please do not post the log file in the topic because very often something important is missing.

I’m submitting a…

  • Regression (a behavior that stopped working in a new release)
  • [V ] Bug report
  • Performance issue
  • Documentation issue or request

Current behavior

I use richtext so when validating the field length I use html type and characters so that it doesn’t count my html tags. But it only displays a small message at the top. It doesn’t mark the field in red like it does when I enter Lenght and not characters.

Expected behavior

During validation, the html type and characters check the box in red similar to how it is when validating lenght.

Minimal reproduction of the problem

Create a field with lenght validation , and then just with characters,you should see the differences.

Environment

  • [ V] Self hosted with docker
  • Self hosted with IIS
  • Self hosted with other version
  • Cloud version

Version: [VERSION]

Browser:

  • [ V] Chrome (desktop)
  • Chrome (Android)
  • Chrome (iOS)
  • Firefox
  • Safari (desktop)
  • Safari (iOS)
  • IE
  • Edge

Others:

Works for me. Which version are you using?

But in general, this is the difference between client side and server side rendering.


I tested on squidex cloud also have this problem :/.

Do you have a label like “Name” or is this the actual field name?


Thanks. I think the problem is that the API converts the casing. This is the actual bug and has nothing to do with the field type.

If you use camelCase field names it probably works.

1 Like

This topic was automatically closed after 39 hours. New replies are no longer allowed.