gpt4 book ai didi

ruby-on-rails - 使用 Formtastic 在 textarea 上的最大字符长度

转载 作者:数据小太阳 更新时间:2023-10-29 07:36:30 26 4
gpt4 key购买 nike

我正在尝试使用 Formtastic 限制用户输入到文本区域字段中的字符数量,但是找不到有关如何执行此操作的任何文档。 HTML5 中的文本区域支持最大长度

这是我的代码:

$ <%= f.input :about_me, :as => :text %>

谢谢:)

最佳答案

<%= f.input :about_me, :as => :text, :input_html => { :maxlength => 10 } %>

关于ruby-on-rails - 使用 Formtastic 在 textarea 上的最大字符长度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13527051/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com