Rails Gem #31
bishopdotdev
started this conversation in
Ideas
Replies: 1 comment
-
@1Bishop Just so we're on the same page: Are you asking for something like this? <%= form_with model: model do |f| %>
<%= wa_text_field :first_name %>
<% end %> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would love a Rails Gem in the future to easily use in my apps. I'm testing CDN in a local project and it works well for most things but using it will form fields for example is a real struggle.
Beta Was this translation helpful? Give feedback.
All reactions