Sha256: 9024a38355ee2a2f361e49c9056d2e716bf313d235c5afbde675a4cafd49493b
Contents?: true
Size: 311 Bytes
Versions: 1
Compression:
Stored size: 311 Bytes
Contents
# frozen_string_literal: true module Phlexi module Form module FieldOptions module Autofocus def focused? options[:autofocus] == true end def focus(autofocus = true) options[:autofocus] = autofocus self end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phlexi-form-0.2.0 | lib/phlexi/form/field_options/autofocus.rb |