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.
根据消息来源,它们的不同之处在于MappedText不与StringValidatorsand混合HasApplyBoxString(尽管它的方法apply(ov: Box[String])已被弃用)。长度似乎也是MappedText无限的(至少在 Lift/Scala 层)。
MappedText
StringValidators
HasApplyBoxString
apply(ov: Box[String])
使用这两个相似(乍一看)类的使用指南是什么?
一个将呈现为输入 type="text" 标记,另一个将呈现为 html 输出中的 textarea 标记。