Sha256: 5ad125c9b506a501af8f40bc1a57e501e02de9959b50ab3e17bcf8de0c830f6c

Contents?: true

Size: 359 Bytes

Versions: 489

Compression:

Stored size: 359 Bytes

Contents

# frozen_string_literal: true

module Playbook
  module Forms
    class Builder
      def star_rating_field(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
    end
  end
end

Version data entries

489 entries across 489 versions & 1 rubygems

Version Path
playbook_ui-13.33.0.pre.alpha.PLAY14143318 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-13.33.0.pre.alpha.PLAY14143312 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-13.33.0.pre.alpha.PBNTR405dropdownformfixesrails3311 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-13.33.0.pre.alpha.PLAY1454formpillicons3309 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-13.33.0.pre.alpha.PLAY14143306 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-13.33.0.pre.alpha.PLAY14143305 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-13.33.0 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-13.32.0.pre.alpha.PBNTR405dropdownformfixesrails3301 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-13.32.0.pre.alpha.PLAY14143297 lib/playbook/forms/builder/star_rating_field.rb