Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我<h1>在表单视图的标签之间有一个名称字段。
<h1>
当文本需要显示 2 行时,一切正常。但仅限于阅读!当记录处于编辑模式时,文本仅显示在一行上,隐藏开头。
如何设置此字段以在编辑模式下显示所需的行数?(与读取模式相同的显示行为)。
到目前为止我能够实现的目标:通过将字段放在<group>标签中而不是<div>.
<group>
<div>
编辑:只需要使用 fields.text 而不是 fields.char ..
使用 fields.text 而不是 fields.char