kyma-project / cloud-manager

Apache License 2.0
3 stars 14 forks source link

Immutable KeyValuePair fields disableOnEdit #530

Open kevin-kho opened 1 month ago

kevin-kho commented 1 month ago

Description

Immutable KeyValuePair fields do not have disableOnEdit like Text fields. Affects UX, it appears that users can adjust them on the Form view, but K8s rule prevents submission.

Reasons

Better UX. Brings parity with Text widgets

Attachments