You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using customFormItems to customise sub-form items doesn't seem to support "disabled": true. In the following example, the "text.text1" field should be disabled:
Using customFormItems to customise sub-form items doesn't seem to support "disabled":
true. In the following example, the "text.text1" field should be disabled:
currently, you can use readonly as a workaround. since the selectfieldset
operate on fields with disable/enable operations, it probably does not
consider the disabled true case. PR is welcome if anyone want to fix it.
Using customFormItems to customise sub-form items doesn't seem to support
"disabled": true
. In the following example, the "text.text1" field should be disabled:The text was updated successfully, but these errors were encountered: