Sha256: 5cced9631d765a4c8ad41cfd5ca9cf7b61ac2c09dfdb9680f287789e742b5fce
Contents?: true
Size: 231 Bytes
Versions: 15
Compression:
Stored size: 231 Bytes
Contents
# frozen_string_literal: true module BootstrapForm module Inputs module SearchField extend ActiveSupport::Concern include Base included do bootstrap_field :search_field end end end end
Version data entries
15 entries across 15 versions & 2 rubygems