标签: html ruby-on-rails simple-form autofocus trix
我试图在页面打开时使表单自动聚焦于编辑器,但无济于事。这是当前代码的样子:
.row .col-md-12= f.input :note, as: :trix_editor
添加autofocus: true并不会在加载页面时改变焦点,而且如果可以解决此问题,那真的很棒。谢谢你的时间!
autofocus: true
答案 0 :(得分:1)
根据the docs:
像HTML 一样,接受自动对焦和占位符属性。
它们似乎也在trix-editor.org主页上成功使用了自动对焦属性。
确定要将自动对焦属性添加到trix-editor元素本身吗?