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-14.10.0.pre.rc.23 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.10.0.pre.rc.22 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.10.0.pre.rc.21 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.9.0.pre.alpha.play1703errorstatealignment5060 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.10.0.pre.rc.20 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.10.0.pre.rc.19 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.10.0.pre.rc.18 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.9.0.pre.alpha.PLAY1660reactdropzone5020 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.10.0.pre.rc.17 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.10.0.pre.rc.16 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.9.0.pre.alpha.play17004992 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.9.0.pre.alpha.play1703errorstatealignment4991 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.10.0.pre.rc.15 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.9.0.pre.alpha.PLAY16264952 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.9.0.pre.alpha.PLAY1731inputmasking4927 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.9.0.pre.alpha.play1742globalheightfixes4926 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.9.0.pre.alpha.play1742globalheightfixes4925 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.10.0.pre.rc.14 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.10.0.pre.rc.13 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.9.0.pre.alpha.PBNTR746datepickerdefaultbug4903 lib/playbook/forms/builder/star_rating_field.rb