lowcode-engine icon indicating copy to clipboard operation
lowcode-engine copied to clipboard

如何实现禁止编辑的功能

Open winljm001 opened this issue 11 months ago • 0 comments

Describe the bug (required) / 详细描述 bug(必填)

A clear and concise description of what the bug is. / 请提供清晰且精确的 bug 描述

业务需要在某个状态下禁止编辑,请问如何实现禁止编辑的功能

Expected behavior (required) / 预期行为(必填,非常重要)

A clear and concise description of what did you expect to happen. / 请清晰和精确的描述你预期的行为

有个onchange事件,然后return false,阻止schema更新

winljm001 avatar Apr 01 '24 07:04 winljm001