Hi Isomorphic,
I need to build something as your sample here. I also saw this sample which does the same for show/hide, but in a more declarative way with setShowIfCondition(FormItemIfFunction showIf).
I'd suggest to add a similar function named setEnabledIfCondition(FormItemEnabledFunction enabledIf).
This is only minor as there is another way to solve this use case.
Best regards
Blama
I need to build something as your sample here. I also saw this sample which does the same for show/hide, but in a more declarative way with setShowIfCondition(FormItemIfFunction showIf).
I'd suggest to add a similar function named setEnabledIfCondition(FormItemEnabledFunction enabledIf).
This is only minor as there is another way to solve this use case.
Best regards
Blama
Comment