Method: Playbook::Forms::Builder#star_rating_field
- Defined in:
- lib/playbook/forms/builder/star_rating_field.rb
#star_rating_field(name, props: {}) ⇒ Object
6 7 8 9 10 11 |
# File 'lib/playbook/forms/builder/star_rating_field.rb', line 6 def (name, props: {}) props[:name] = name props[:margin_bottom] = "sm" props[:label] = @template.label(@object_name, name) if props[:label] == true @template.pb_rails("star_rating", props: props) end |