Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
393 views
in Technique[技术] by (71.8m points)

ruby on rails - Action Text: nothing is appearing

i have set up a action_text with my project, i get no errors but nothing is showing up in my front-end code

      <%= form_for [current_user, @project, @todolist], html: {class: "w-full"} do |f| %>
      <%= hidden_field_tag :parent_id, current_user.id %>
      <%= hidden_field_tag :project_id, @project.id %>
      <%= f.text_field :name, class: "text--darker font-medium w-full border-b border-transparent placeholder-gray-600 pb-1 focus:outline-none focus:border-gray-500 my-2" , placeholder: "Type the name here"%>
      <section class="hidden" data-todos-target="description">
        <%= f.rich_text_area :description, class: "w-full my-2" %>
      </section>
/////

this is the UI

enter image description here

and i get this error in the console

enter image description here

Note: i am using the new turbo hotwire installation with it, previously with turbolinks it worked fine, could that be the issue ? thanks in advance


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...