TextField does not handle NAN correctly?

Entity attributes are of double type, with a value of NaN, and controls appear to be scrambled.
111

Hello @4714407

Could you provide a case when the problem occurs?

Regards,
Daniil

entity class like:
protected Double duration;

entity.setDuration(Double.NaN);

screen xml like:
<textField id=“durationField” property=“duration”/>

ok, thank you for reporting the problem.

I’ve created an issue: GitHub.

Regards,
Daniil