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.9.0.pre.alpha.PBNTR746datepickerdefaultbug4901 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.9.0.pre.alpha.PBNTR746datepickerdefaultbug4898 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.9.0.pre.alpha.PBNTR746datepickerdefaultbug4891 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.9.0.pre.alpha.PLAY1731inputmasking4890 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.9.0.pre.alpha.play1703errorstatealignment4889 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.10.0.pre.rc.12 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.10.0.pre.rc.11 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.9.0.pre.alpha.PLAY1731inputmasking4868 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.9.0.pre.alpha.PLAY1731inputmasking4866 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.9.0.pre.alpha.PBNTR738collapsiblewithintablekit4855 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.10.0.pre.rc.10 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.10.0.pre.rc.9 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.10.0.pre.rc.8 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.10.0.pre.rc.7 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.10.0.pre.rc.6 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.10.0.pre.rc.5 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.10.0.pre.rc.4 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.9.0.pre.alpha.PLAY16264818 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.9.0.pre.alpha.PBNTR702stickyleftcolrails4806 lib/playbook/forms/builder/star_rating_field.rb
playbook_ui-14.10.0.pre.rc.3 lib/playbook/forms/builder/star_rating_field.rb