1
Input field component disabled property bug
planned
N
Nicol Chng
The input field component's disabled property is not functioning.
After enabling the disabled property with a page variable, the text box will only allow entering 1 character, and the whole thing halt.
- App ID: 388753
- page: 6
- preview
Log In
T
Timo Kapanen
planned
T
Timo Kapanen
Hi Nicol Chng and thanks for your report. We are able to reproduce the issue and have added it to our development backlog.
The issue is with formula usage in disabling input field, i.e. with NOT(pageVars.edit). As a workaround you can use directly boolean value instead of formula with NOT.
Best Regards, Timo Kapanen