x
1
2
3
4
5
6
<form class="new_person" id="new_person" action="#" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="IJjPsOleCRrpZY5s1T3tcld-PDuPK7DVXsP4xnmYDQEjqEZlymT4QRdFTJmEbzE6ZjWvx45lZBsXyKywCTzTzg" autocomplete="off" />
<div class="rpf-input-field"><label for="person_name" class="rpf-label">What is your name?<small class="rpf-label__hint">Please enter your first and last names</small></label>
<textarea id="person_name" name="person[name]" placeholder="Rufus T. Firefly" value="Joe Bloggs" class="rpf-input rpf-input-textarea">
Joe Bloggs</textarea>
</div>
</form>
1
2
3
<%= form_for model, url: '#', builder: DesignSystem::FormBuilder do |f| %>
<%= f.rpf_textarea_input :name, modifiers:, **options, **attrs %>
<% end %>
Param Description Input