Annotation CaseConversion removed in Flow ui

Hello there,
I am migrating from Classic UI (1.5) to Flow UI (2.3.1), and I noticed that the @CaseConversion annotation has been removed. This means it is no longer possible to set the desired case type when creating an attribute for an entity, and instead, it must be handled in the code, for example, for each TextField component in a view. This results in writing unnecessary code that was previously avoided with the annotation. Why was it removed? Does Flow UI offer an alternative to this annotation?
thanks in advance.
Gianluca

Hi,

@CaseConverion annotation has been removed because Vaadin TextField doesn’t support case conversion. I’ve created a GitHub issue.

Regards,
Gleb